#CFF2CC

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

Shades of Blue Romance #CFF2CC

Tints of Blue Romance #CFF2CC

Color information

#CFF2CC (or 0xCFF2CC) is unknown color: approx Blue Romance. HEX triplet: CF, F2 and CC. RGB value is (207,242,204). Sum of RGB (Red+Green+Blue) = 207+242+204=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CC is #300D33. Grayscale: #E3E3E3. Windows color (decimal): -3149108 or 13431503. OLE color: 13431503.

HSL color Cylindrical-coordinate representation of color #CFF2CC: hue angle of 115.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF2CC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB207242204-
CMYK0.1400.160.05
HSL115.26º59.38%87.45%-
HSV(B)115.26º15.7%94.9%-
XYZ68.3881.1369.18-
YUV227.2114.9113.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=31.70%
G=37.06%
B=31.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422040.1400.160.05115.2659.3887.45
HexCFF2CCE0105733b57
Octal31736231416020516373127
Binary110011111111001011001100111001000010111100111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2CC; }

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

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

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

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

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

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

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

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