#CEEECE

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

Shades of Blue Romance #CEEECE

Tints of Blue Romance #CEEECE

Color information

#CEEECE (or 0xCEEECE) is unknown color: approx Blue Romance. HEX triplet: CE, EE and CE. RGB value is (206,238,206). Sum of RGB (Red+Green+Blue) = 206+238+206=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEECE is #311131. Grayscale: #E0E0E0. Windows color (decimal): -3215666 or 13561550. OLE color: 13561550.

HSL color Cylindrical-coordinate representation of color #CEEECE: hue angle of 120º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEECE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB206238206-
CMYK0.1300.130.07
HSL120º48.48%87.06%-
HSV(B)120º13.45%93.33%-
XYZ67.1778.7370.05-
YUV224.78117.4114.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=31.69%
G=36.62%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382060.1300.130.0712048.4887.06
HexCEEECED0D7783057
Octal31635631615015717060127
Binary11001110111011101100111011010110111111110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEECE; }

 p { color: rgb(206,238,206); }

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

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

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

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

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

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

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