#CCF9CB

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

Shades of Blue Romance #CCF9CB

Tints of Blue Romance #CCF9CB

Color information

#CCF9CB (or 0xCCF9CB) is unknown color: approx Blue Romance. HEX triplet: CC, F9 and CB. RGB value is (204,249,203). Sum of RGB (Red+Green+Blue) = 204+249+203=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9CB is #330634. Grayscale: #E6E6E6. Windows color (decimal): -3343925 or 13367756. OLE color: 13367756.

HSL color Cylindrical-coordinate representation of color #CCF9CB: hue angle of 118.7º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9CB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB204249203-
CMYK0.1800.180.02
HSL118.7º79.31%88.63%-
HSV(B)118.7º18.47%97.65%-
XYZ69.5684.969.22-
YUV230.3112.59109.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=31.10%
G=37.96%
B=30.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042492030.1800.180.02118.779.3188.63
HexCCF9CB120122774f59
Octal314371313220222167117131
Binary1100110011111001110010111001001001010111011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9CB; }

 p { color: rgb(204,249,203); }

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

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

 a { background-color: rgb(204,249,203); }

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

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

 span { border-color: rgb(204,249,203); }

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