#CCFBCA

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

Shades of Blue Romance #CCFBCA

Tints of Blue Romance #CCFBCA

Color information

#CCFBCA (or 0xCCFBCA) is unknown color: approx Blue Romance. HEX triplet: CC, FB and CA. RGB value is (204,251,202). Sum of RGB (Red+Green+Blue) = 204+251+202=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCA is #330435. Grayscale: #E7E7E7. Windows color (decimal): -3343414 or 13302732. OLE color: 13302732.

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

Color convert

RGB204251202-
CMYK0.1900.200.02
HSL117.55º85.96%88.82%-
HSV(B)117.55º19.52%98.43%-
XYZ70.0686.168.8-
YUV231.36111.43108.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=31.05%
G=38.20%
B=30.75%

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
Decimal2042512020.1900.200.02117.5585.9688.82
HexCCFBCA130142765659
Octal314373312230242166126131
Binary1100110011111011110010101001101010010111011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBCA; }

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

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

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

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

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

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

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

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