#CFF7CC

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

Shades of Blue Romance #CFF7CC

Tints of Blue Romance #CFF7CC

Color information

#CFF7CC (or 0xCFF7CC) is unknown color: approx Blue Romance. HEX triplet: CF, F7 and CC. RGB value is (207,247,204). Sum of RGB (Red+Green+Blue) = 207+247+204=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7CC is #300833. Grayscale: #E6E6E6. Windows color (decimal): -3147828 or 13432783. OLE color: 13432783.

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

Color convert

RGB207247204-
CMYK0.1600.170.03
HSL115.81º72.88%88.43%-
HSV(B)115.81º17.41%96.86%-
XYZ69.8984.1569.68-
YUV230.14113.25111.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=31.46%
G=37.54%
B=31.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472040.1600.170.03115.8172.8888.43
HexCFF7CC100113744958
Octal317367314200213164111130
Binary1100111111110111110011001000001000111111010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7CC; }

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

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

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

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

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

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

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

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