#CCFBC8

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

Shades of Blue Romance #CCFBC8

Tints of Blue Romance #CCFBC8

Color information

#CCFBC8 (or 0xCCFBC8) is unknown color: approx Blue Romance. HEX triplet: CC, FB and C8. RGB value is (204,251,200). Sum of RGB (Red+Green+Blue) = 204+251+200=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC8 is #330437. Grayscale: #E7E7E7. Windows color (decimal): -3343416 or 13171660. OLE color: 13171660.

HSL color Cylindrical-coordinate representation of color #CCFBC8: hue angle of 115.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFBC8 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB204251200-
CMYK0.1900.200.02
HSL115.29º86.44%88.43%-
HSV(B)115.29º20.32%98.43%-
XYZ69.828667.56-
YUV231.13110.43108.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=31.15%
G=38.32%
B=30.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512000.1900.200.02115.2986.4488.43
HexCCFBC8130142735658
Octal314373310230242163126130
Binary1100110011111011110010001001101010010111001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBC8; }

 p { color: rgb(204,251,200); }

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

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

 a { background-color: rgb(204,251,200); }

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

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

 span { border-color: rgb(204,251,200); }

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