#CFF5CB

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

Shades of Blue Romance #CFF5CB

Tints of Blue Romance #CFF5CB

Color information

#CFF5CB (or 0xCFF5CB) is unknown color: approx Blue Romance. HEX triplet: CF, F5 and CB. RGB value is (207,245,203). Sum of RGB (Red+Green+Blue) = 207+245+203=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5CB is #300A34. Grayscale: #E4E4E4. Windows color (decimal): -3148341 or 13366735. OLE color: 13366735.

HSL color Cylindrical-coordinate representation of color #CFF5CB: hue angle of 114.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF5CB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB207245203-
CMYK0.1600.170.04
HSL114.29º67.74%87.84%-
HSV(B)114.29º17.14%96.08%-
XYZ69.1682.8868.85-
YUV228.85113.41112.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=31.60%
G=37.40%
B=30.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072452030.1600.170.04114.2967.7487.84
HexCFF5CB100114724458
Octal317365313200214162104130
Binary11001111111101011100101110000010001100111001010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5CB; }

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

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

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

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

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

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

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

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