#CEFECA

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

Shades of Blue Romance #CEFECA

Tints of Blue Romance #CEFECA

Color information

#CEFECA (or 0xCEFECA) is unknown color: approx Blue Romance. HEX triplet: CE, FE and CA. RGB value is (206,254,202). Sum of RGB (Red+Green+Blue) = 206+254+202=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFECA is #310135. Grayscale: #E9E9E9. Windows color (decimal): -3211574 or 13303502. OLE color: 13303502.

HSL color Cylindrical-coordinate representation of color #CEFECA: hue angle of 115.38º 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 #CEFECA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB206254202-
CMYK0.1900.200.00
HSL115.38º96.3%89.41%-
HSV(B)115.38º20.47%99.61%-
XYZ71.5688.2769.14-
YUV233.72110.1108.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=31.12%
G=38.37%
B=30.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542020.1900.200.00115.3896.389.41
HexCEFECA130140736059
Octal316376312230240163140131
Binary110011101111111011001010100110101000111001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFECA; }

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

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

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

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

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

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

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

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