#CCFECB

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

Shades of Blue Romance #CCFECB

Tints of Blue Romance #CCFECB

Color information

#CCFECB (or 0xCCFECB) is unknown color: approx Blue Romance. HEX triplet: CC, FE and CB. RGB value is (204,254,203). Sum of RGB (Red+Green+Blue) = 204+254+203=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECB is #330134. Grayscale: #E9E9E9. Windows color (decimal): -3342645 or 13369036. OLE color: 13369036.

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

Color convert

RGB204254203-
CMYK0.2000.200.00
HSL118.82º96.23%89.61%-
HSV(B)118.82º20.08%99.61%-
XYZ71.1288.0369.74-
YUV233.24110.94107.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=30.86%
G=38.43%
B=30.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542030.2000.200.00118.8296.2389.61
HexCCFECB14014077605a
Octal314376313240240167140132
Binary110011001111111011001011101000101000111011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFECB; }

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

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

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

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

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

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

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

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