Html Css Color HEX #CEF1F9 Onahau

📋 copy color: '#CEF1F9'

red 206 ◦ green 241 ◦ blue 249

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

Shades of Onahau #CEF1F9

Tints of Onahau #CEF1F9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.63%

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

R = 29.6%
G = 34.63%
B = 35.78%

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

#CEF1F9 (or 0xCEF1F9) is known color: Onahau. HEX triplet: CE, F1 and F9. RGB value is (206,241,249). Sum of RGB (Red+Green+Blue) = 206+241+249=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1F9 is #310E06. Grayscale: #E7E7E7. Windows color (decimal): -3214855 or 16380366. OLE color: 16380366.

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

Color convert

RGB 206 241 249 -
CMYK 0.17 0.03 0 0.02
HSL 191.16º 0.78% 0.89% -
HSV(B) 191.16º 0.17% 0.98% -
XYZ 74.01 82.87 101.72 -
YUV 231.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 206 241 249 0.17 0.03 0 0.02 191.16 0.78 0.89
Hex CE F1 F9 11 3 0 2 BF 4E 59
Octal 316 361 371 21 3 0 2 277 116 131
Binary 11001110 11110001 11111001 10001 11 0 10 10111111 1001110 1011001

Color Harmonies of #CEF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1F9

Black with #CEF1F9

Text Example


Text Example

White with #CEF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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