#CEEFCA

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

Shades of Blue Romance #CEEFCA

Tints of Blue Romance #CEEFCA

Color information

#CEEFCA (or 0xCEEFCA) is unknown color: approx Blue Romance. HEX triplet: CE, EF and CA. RGB value is (206,239,202). Sum of RGB (Red+Green+Blue) = 206+239+202=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFCA is #311035. Grayscale: #E1E1E1. Windows color (decimal): -3215414 or 13299662. OLE color: 13299662.

HSL color Cylindrical-coordinate representation of color #CEEFCA: hue angle of 113.51º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEFCA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB206239202-
CMYK0.1400.150.06
HSL113.51º53.62%86.47%-
HSV(B)113.51º15.48%93.73%-
XYZ66.9879.1267.62-
YUV224.91115.07114.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=31.84%
G=36.94%
B=31.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392020.1400.150.06113.5153.6286.47
HexCEEFCAE0F6723656
Octal31635731216017616266126
Binary11001110111011111100101011100111111011100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFCA; }

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

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

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

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

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

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

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

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