#CCFECA

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

Shades of Blue Romance #CCFECA

Tints of Blue Romance #CCFECA

Color information

#CCFECA (or 0xCCFECA) is unknown color: approx Blue Romance. HEX triplet: CC, FE and CA. RGB value is (204,254,202). Sum of RGB (Red+Green+Blue) = 204+254+202=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECA is #330135. Grayscale: #E9E9E9. Windows color (decimal): -3342646 or 13303500. OLE color: 13303500.

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

Color convert

RGB204254202-
CMYK0.2000.200.00
HSL117.69º96.3%89.41%-
HSV(B)117.69º20.47%99.61%-
XYZ7187.9969.12-
YUV233.12110.44107.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=30.91%
G=38.48%
B=30.61%

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
Decimal2042542020.2000.200.00117.6996.389.41
HexCCFECA140140766059
Octal314376312240240166140131
Binary110011001111111011001010101000101000111011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFECA; }

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

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

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

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

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

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

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

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