Html Css Color HEX #CEEEF6 Onahau

📋 copy color: '#CEEEF6'

red 206 ◦ green 238 ◦ blue 246

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

Shades of Onahau #CEEEF6

Tints of Onahau #CEEEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.49%

 BLUE value IS 246 (96.48% from 255) = 35.65%

R = 29.86%
G = 34.49%
B = 35.65%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEEEF6 (or 0xCEEEF6) is known color: Onahau. HEX triplet: CE, EE and F6. RGB value is (206,238,246). Sum of RGB (Red+Green+Blue) = 206+238+246=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF6 is #311109. Grayscale: #E5E5E5. Windows color (decimal): -3215626 or 16182990. OLE color: 16182990.

HSL color Cylindrical-coordinate representation of color #CEEEF6: hue angle of 192º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEEF6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 238 246 -
CMYK 0.16 0.03 0 0.04
HSL 192º 0.69% 0.89% -
HSV(B) 192º 0.16% 0.96% -
XYZ 72.66 80.92 98.98 -
YUV 229.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 206 238 246 0.16 0.03 0 0.04 192 0.69 0.89
Hex CE EE F6 10 3 0 4 C0 45 59
Octal 316 356 366 20 3 0 4 300 105 131
Binary 11001110 11101110 11110110 10000 11 0 100 11000000 1000101 1011001

Color Harmonies of #CEEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEEF6

Black with #CEEEF6

Text Example


Text Example

White with #CEEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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