Html Css Color HEX #CEE7ED Onahau

📋 copy color: '#CEE7ED'

red 206 ◦ green 231 ◦ blue 237

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

Shades of Onahau #CEE7ED

Tints of Onahau #CEE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.27%

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

R = 30.56%
G = 34.27%
B = 35.16%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE7ED (or 0xCEE7ED) is known color: Onahau. HEX triplet: CE, E7 and ED. RGB value is (206,231,237). Sum of RGB (Red+Green+Blue) = 206+231+237=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7ED is #311812. Grayscale: #E0E0E0. Windows color (decimal): -3217427 or 15591374. OLE color: 15591374.

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

Color convert

RGB 206 231 237 -
CMYK 0.13 0.03 0 0.07
HSL 191.61º 0.46% 0.87% -
HSV(B) 191.61º 0.13% 0.93% -
XYZ 69.32 76.39 91.21 -
YUV 224.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 206 231 237 0.13 0.03 0 0.07 191.61 0.46 0.87
Hex CE E7 ED D 3 0 7 C0 2E 57
Octal 316 347 355 15 3 0 7 300 56 127
Binary 11001110 11100111 11101101 1101 11 0 111 11000000 101110 1010111

Color Harmonies of #CEE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7ED

Black with #CEE7ED

Text Example


Text Example

White with #CEE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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