#CCFBCB

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

Shades of Blue Romance #CCFBCB

Tints of Blue Romance #CCFBCB

Color information

#CCFBCB (or 0xCCFBCB) is unknown color: approx Blue Romance. HEX triplet: CC, FB and CB. RGB value is (204,251,203). Sum of RGB (Red+Green+Blue) = 204+251+203=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCB is #330434. Grayscale: #E7E7E7. Windows color (decimal): -3343413 or 13368268. OLE color: 13368268.

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

Color convert

RGB204251203-
CMYK0.1900.190.02
HSL118.75º85.71%89.02%-
HSV(B)118.75º19.12%98.43%-
XYZ70.1886.1469.43-
YUV231.47111.93108.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=31.00%
G=38.15%
B=30.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512030.1900.190.02118.7585.7189.02
HexCCFBCB130132775659
Octal314373313230232167126131
Binary1100110011111011110010111001101001110111011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBCB; }

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

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

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

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

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

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

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

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