#CFF9CB

Color #CFF9CB Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CFF9CB

Tints of Blue Romance #CFF9CB

Color information

#CFF9CB (or 0xCFF9CB) is unknown color: approx Blue Romance. HEX triplet: CF, F9 and CB. RGB value is (207,249,203). Sum of RGB (Red+Green+Blue) = 207+249+203=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9CB is #300634. Grayscale: #E7E7E7. Windows color (decimal): -3147317 or 13367759. OLE color: 13367759.

HSL color Cylindrical-coordinate representation of color #CFF9CB: hue angle of 114.78º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF9CB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB207249203-
CMYK0.1700.180.02
HSL114.78º79.31%88.63%-
HSV(B)114.78º18.47%97.65%-
XYZ70.3985.3369.26-
YUV231.2112.09110.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=31.41%
G=37.78%
B=30.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072492030.1700.180.02114.7879.3188.63
HexCFF9CB110122734f59
Octal317371313210222163117131
Binary1100111111111001110010111000101001010111001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9CB; }

 p { color: rgb(207,249,203); }

 H1.HeaderClassName
 {
   color: #CFF9CB;
 }
 .AnyTagClassName
 {
   color: #CFF9CB;
 }
</style>
background-color css

<style>
 a { background-color: #CFF9CB; }

 a { background-color: rgb(207,249,203); }

 div.DivClassName
 {
   background-color: #CFF9CB;
 }
 .BgClassName
 {
   background-color: #CFF9CB;
 }
</style>
border-color css

<style>
 span { border-color: #CFF9CB; }

 span { border-color: rgb(207,249,203); }

 td.TdClassName
 {
   border-color: #CFF9CB;
 }
 .TagClassName
 {
   border-color: #CFF9CB;
 }
</style>