#CFF5CC

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

Shades of Blue Romance #CFF5CC

Tints of Blue Romance #CFF5CC

Color information

#CFF5CC (or 0xCFF5CC) is unknown color: approx Blue Romance. HEX triplet: CF, F5 and CC. RGB value is (207,245,204). Sum of RGB (Red+Green+Blue) = 207+245+204=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5CC is #300A33. Grayscale: #E5E5E5. Windows color (decimal): -3148340 or 13432271. OLE color: 13432271.

HSL color Cylindrical-coordinate representation of color #CFF5CC: hue angle of 115.61º degrees, saturation: 0.67, 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 #CFF5CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB207245204-
CMYK0.1600.170.04
HSL115.61º67.21%88.04%-
HSV(B)115.61º16.73%96.08%-
XYZ69.2882.9369.48-
YUV228.96113.91112.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=31.55%
G=37.35%
B=31.10%

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
Decimal2072452040.1600.170.04115.6167.2188.04
HexCFF5CC100114744358
Octal317365314200214164103130
Binary11001111111101011100110010000010001100111010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5CC; }

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

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

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

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

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

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

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

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