Html Css Color HEX #C0EFF9 Onahau

📋 copy color: '#C0EFF9'

red 192 ◦ green 239 ◦ blue 249

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

Shades of Onahau #C0EFF9

Tints of Onahau #C0EFF9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.15%

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

R = 28.24%
G = 35.15%
B = 36.62%

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

#C0EFF9 (or 0xC0EFF9) is known color: Onahau. HEX triplet: C0, EF and F9. RGB value is (192,239,249). Sum of RGB (Red+Green+Blue) = 192+239+249=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0EFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFF9 is #3F1006. Grayscale: #E2E2E2. Windows color (decimal): -4132871 or 16379840. OLE color: 16379840.

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

Color convert

RGB 192 239 249 -
CMYK 0.23 0.04 0 0.02
HSL 190.53º 0.83% 0.86% -
HSV(B) 190.53º 0.23% 0.98% -
XYZ 69.7 79.78 101.35 -
YUV 226.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 192 239 249 0.23 0.04 0 0.02 190.53 0.83 0.86
Hex C0 EF F9 17 4 0 2 BF 53 56
Octal 300 357 371 27 4 0 2 277 123 126
Binary 11000000 11101111 11111001 10111 100 0 10 10111111 1010011 1010110

Color Harmonies of #C0EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFF9

Black with #C0EFF9

Text Example


Text Example

White with #C0EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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