Html Css Color HEX #CEE8ED Onahau

📋 copy color: '#CEE8ED'

red 206 ◦ green 232 ◦ blue 237

#CEE8ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CEE8ED

Tints of Onahau #CEE8ED

RGB

 RED value IS 206 (80.86% from 255) = 30.52%

 GREEN value IS 232 (91.02% from 255) = 34.37%

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 30.52%
G = 34.37%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE8ED (or 0xCEE8ED) is known color: Onahau. HEX triplet: CE, E8 and ED. RGB value is (206,232,237). Sum of RGB (Red+Green+Blue) = 206+232+237=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8ED is #311712. Grayscale: #E0E0E0. Windows color (decimal): -3217171 or 15591630. OLE color: 15591630.

HSL color Cylindrical-coordinate representation of color #CEE8ED: hue angle of 189.68º degrees, saturation: 0.46, 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 #CEE8ED is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 232 237 -
CMYK 0.13 0.02 0 0.07
HSL 189.68º 0.46% 0.87% -
HSV(B) 189.68º 0.13% 0.93% -
XYZ 69.6 76.95 91.31 -
YUV 224.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 206 232 237 0.13 0.02 0 0.07 189.68 0.46 0.87
Hex CE E8 ED D 2 0 7 BE 2E 57
Octal 316 350 355 15 2 0 7 276 56 127
Binary 11001110 11101000 11101101 1101 10 0 111 10111110 101110 1010111

Color Harmonies of #CEE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8ED

Black with #CEE8ED

Text Example


Text Example

White with #CEE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8ED; }

 p { color: rgb(206,232,237); }

 H1.HeaderClassName
 {
   color: #CEE8ED;
 }
 .AnyTagClassName
 {
   color: #CEE8ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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