#CCFFCB

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

Shades of Blue Romance #CCFFCB

Tints of Blue Romance #CCFFCB

Color information

#CCFFCB (or 0xCCFFCB) is unknown color: approx Blue Romance. HEX triplet: CC, FF and CB. RGB value is (204,255,203). Sum of RGB (Red+Green+Blue) = 204+255+203=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFCB is #330034. Grayscale: #E9E9E9. Windows color (decimal): -3342389 or 13369292. OLE color: 13369292.

HSL color Cylindrical-coordinate representation of color #CCFFCB: hue angle of 118.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFCB is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB204255203-
CMYK0.200.200
HSL118.85º100%89.8%-
HSV(B)118.85º20.39%100%-
XYZ71.4488.6769.85-
YUV233.82110.6106.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=30.82%
G=38.52%
B=30.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552030.200.200118.8510089.8
HexCCFFCB14014077645a
Octal314377313240240167144132
Binary110011001111111111001011101000101000111011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFCB; }

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

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

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

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

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

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

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

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