Html Css Color HEX #CEEBF2 Onahau

📋 copy color: '#CEEBF2'

red 206 ◦ green 235 ◦ blue 242

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

Shades of Onahau #CEEBF2

Tints of Onahau #CEEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.41%

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 30.16%
G = 34.41%
B = 35.43%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEEBF2 (or 0xCEEBF2) is known color: Onahau. HEX triplet: CE, EB and F2. RGB value is (206,235,242). Sum of RGB (Red+Green+Blue) = 206+235+242=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF2 is #31140D. Grayscale: #E3E3E3. Windows color (decimal): -3216398 or 15920078. OLE color: 15920078.

HSL color Cylindrical-coordinate representation of color #CEEBF2: hue angle of 191.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEBF2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 235 242 -
CMYK 0.15 0.03 0 0.05
HSL 191.67º 0.58% 0.88% -
HSV(B) 191.67º 0.15% 0.95% -
XYZ 71.19 78.95 95.49 -
YUV 227.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 206 235 242 0.15 0.03 0 0.05 191.67 0.58 0.88
Hex CE EB F2 F 3 0 5 C0 3A 58
Octal 316 353 362 17 3 0 5 300 72 130
Binary 11001110 11101011 11110010 1111 11 0 101 11000000 111010 1011000

Color Harmonies of #CEEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBF2

Black with #CEEBF2

Text Example


Text Example

White with #CEEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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