#CFF3CC

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

Shades of Blue Romance #CFF3CC

Tints of Blue Romance #CFF3CC

Color information

#CFF3CC (or 0xCFF3CC) is unknown color: approx Blue Romance. HEX triplet: CF, F3 and CC. RGB value is (207,243,204). Sum of RGB (Red+Green+Blue) = 207+243+204=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3CC is #300C33. Grayscale: #E3E3E3. Windows color (decimal): -3148852 or 13431759. OLE color: 13431759.

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

Color convert

RGB207243204-
CMYK0.1500.160.05
HSL115.38º61.9%87.65%-
HSV(B)115.38º16.05%95.29%-
XYZ68.6881.7369.28-
YUV227.79114.57113.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=31.65%
G=37.16%
B=31.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072432040.1500.160.05115.3861.987.65
HexCFF3CCF0105733e58
Octal31736331417020516376130
Binary110011111111001111001100111101000010111100111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3CC; }

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

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

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

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

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

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

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

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