Html Css Color HEX #CEF2F9 Onahau

📋 copy color: '#CEF2F9'

red 206 ◦ green 242 ◦ blue 249

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

Shades of Onahau #CEF2F9

Tints of Onahau #CEF2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.72%

 BLUE value IS 249 (97.66% from 255) = 35.72%

R = 29.56%
G = 34.72%
B = 35.72%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEF2F9 (or 0xCEF2F9) is known color: Onahau. HEX triplet: CE, F2 and F9. RGB value is (206,242,249). Sum of RGB (Red+Green+Blue) = 206+242+249=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2F9 is #310D06. Grayscale: #E7E7E7. Windows color (decimal): -3214599 or 16380622. OLE color: 16380622.

HSL color Cylindrical-coordinate representation of color #CEF2F9: hue angle of 189.77º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF2F9 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 242 249 -
CMYK 0.17 0.03 0 0.02
HSL 189.77º 0.78% 0.89% -
HSV(B) 189.77º 0.17% 0.98% -
XYZ 74.3 83.47 101.82 -
YUV 232.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 206 242 249 0.17 0.03 0 0.02 189.77 0.78 0.89
Hex CE F2 F9 11 3 0 2 BE 4E 59
Octal 316 362 371 21 3 0 2 276 116 131
Binary 11001110 11110010 11111001 10001 11 0 10 10111110 1001110 1011001

Color Harmonies of #CEF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2F9

Black with #CEF2F9

Text Example


Text Example

White with #CEF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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