Html Css Color HEX #CEEAF1 Onahau

📋 copy color: '#CEEAF1'

red 206 ◦ green 234 ◦ blue 241

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

Shades of Onahau #CEEAF1

Tints of Onahau #CEEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.36%

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 30.25%
G = 34.36%
B = 35.39%

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

#CEEAF1 (or 0xCEEAF1) is known color: Onahau. HEX triplet: CE, EA and F1. RGB value is (206,234,241). Sum of RGB (Red+Green+Blue) = 206+234+241=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF1 is #31150E. Grayscale: #E2E2E2. Windows color (decimal): -3216655 or 15854286. OLE color: 15854286.

HSL color Cylindrical-coordinate representation of color #CEEAF1: hue angle of 192º degrees, saturation: 0.56, 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 #CEEAF1 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 234 241 -
CMYK 0.15 0.03 0 0.05
HSL 192º 0.56% 0.88% -
HSV(B) 192º 0.15% 0.95% -
XYZ 70.75 78.32 94.61 -
YUV 226.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 206 234 241 0.15 0.03 0 0.05 192 0.56 0.88
Hex CE EA F1 F 3 0 5 C0 38 58
Octal 316 352 361 17 3 0 5 300 70 130
Binary 11001110 11101010 11110001 1111 11 0 101 11000000 111000 1011000

Color Harmonies of #CEEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAF1

Black with #CEEAF1

Text Example


Text Example

White with #CEEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAF1; }

 p { color: rgb(206,234,241); }

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

background-color css

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

 a { background-color: rgb(206,234,241); }

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

border-color css

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

 span { border-color: rgb(206,234,241); }

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