#CEEBE6

Color #CEEBE6 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CEEBE6

Tints of Jagged Ice #CEEBE6

Color information

#CEEBE6 (or 0xCEEBE6) is unknown color: approx Jagged Ice. HEX triplet: CE, EB and E6. RGB value is (206,235,230). Sum of RGB (Red+Green+Blue) = 206+235+230=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBE6 is #311419. Grayscale: #E1E1E1. Windows color (decimal): -3216410 or 15133646. OLE color: 15133646.

HSL color Cylindrical-coordinate representation of color #CEEBE6: hue angle of 169.66º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBE6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB206235230-
CMYK0.1200.020.08
HSL169.66º42.03%86.47%-
HSV(B)169.66º12.34%92.16%-
XYZ69.4478.2586.31-
YUV225.76130.39113.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=30.70%
G=35.02%
B=34.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352300.1200.020.08169.6642.0386.47
HexCEEBE6C028aa2a56
Octal31635334614021025252126
Binary11001110111010111110011011000101000101010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBE6; }

 p { color: rgb(206,235,230); }

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

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

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

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

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

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

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