#CFF5CF

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

Shades of Blue Romance #CFF5CF

Tints of Blue Romance #CFF5CF

Color information

#CFF5CF (or 0xCFF5CF) is unknown color: approx Blue Romance. HEX triplet: CF, F5 and CF. RGB value is (207,245,207). Sum of RGB (Red+Green+Blue) = 207+245+207=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5CF is #300A30. Grayscale: #E5E5E5. Windows color (decimal): -3148337 or 13628879. OLE color: 13628879.

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

Color convert

RGB207245207-
CMYK0.1600.160.04
HSL120º65.52%88.63%-
HSV(B)120º15.51%96.08%-
XYZ69.6583.0871.4-
YUV229.31115.41112.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=31.41%
G=37.18%
B=31.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072452070.1600.160.0412065.5288.63
HexCFF5CF100104784259
Octal317365317200204170102131
Binary11001111111101011100111110000010000100111100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5CF; }

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

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

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

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

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

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

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

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