Html Css Color HEX #CEE9EF Onahau

📋 copy color: '#CEE9EF'

red 206 ◦ green 233 ◦ blue 239

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

Shades of Onahau #CEE9EF

Tints of Onahau #CEE9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.37%

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 30.38%
G = 34.37%
B = 35.25%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEE9EF (or 0xCEE9EF) is known color: Onahau. HEX triplet: CE, E9 and EF. RGB value is (206,233,239). Sum of RGB (Red+Green+Blue) = 206+233+239=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9EF is #311610. Grayscale: #E1E1E1. Windows color (decimal): -3216913 or 15722958. OLE color: 15722958.

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

Color convert

RGB 206 233 239 -
CMYK 0.14 0.03 0 0.06
HSL 190.91º 0.51% 0.87% -
HSV(B) 190.91º 0.14% 0.94% -
XYZ 70.17 77.63 92.95 -
YUV 225.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 206 233 239 0.14 0.03 0 0.06 190.91 0.51 0.87
Hex CE E9 EF E 3 0 6 BF 33 57
Octal 316 351 357 16 3 0 6 277 63 127
Binary 11001110 11101001 11101111 1110 11 0 110 10111111 110011 1010111

Color Harmonies of #CEE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9EF

Black with #CEE9EF

Text Example


Text Example

White with #CEE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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