Html Css Color HEX #C0EEF9 Onahau

📋 copy color: '#C0EEF9'

red 192 ◦ green 238 ◦ blue 249

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

Shades of Onahau #C0EEF9

Tints of Onahau #C0EEF9

RGB

 RED value IS 192 (75.39% from 255) = 28.28%

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

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

R = 28.28%
G = 35.05%
B = 36.67%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0EEF9 (or 0xC0EEF9) is known color: Onahau. HEX triplet: C0, EE and F9. RGB value is (192,238,249). Sum of RGB (Red+Green+Blue) = 192+238+249=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEF9 is #3F1106. Grayscale: #E1E1E1. Windows color (decimal): -4133127 or 16379584. OLE color: 16379584.

HSL color Cylindrical-coordinate representation of color #C0EEF9: hue angle of 191.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0EEF9 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 238 249 -
CMYK 0.23 0.04 0 0.02
HSL 191.58º 0.83% 0.86% -
HSV(B) 191.58º 0.23% 0.98% -
XYZ 69.41 79.2 101.25 -
YUV 225.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 192 238 249 0.23 0.04 0 0.02 191.58 0.83 0.86
Hex C0 EE F9 17 4 0 2 C0 53 56
Octal 300 356 371 27 4 0 2 300 123 126
Binary 11000000 11101110 11111001 10111 100 0 10 11000000 1010011 1010110

Color Harmonies of #C0EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EEF9

Black with #C0EEF9

Text Example


Text Example

White with #C0EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EEF9; }

 p { color: rgb(192,238,249); }

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

background-color css

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

 a { background-color: rgb(192,238,249); }

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

border-color css

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

 span { border-color: rgb(192,238,249); }

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