Html Css Color HEX #C0F0F9 Onahau

📋 copy color: '#C0F0F9'

red 192 ◦ green 240 ◦ blue 249

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

Shades of Onahau #C0F0F9

Tints of Onahau #C0F0F9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.24%

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

R = 28.19%
G = 35.24%
B = 36.56%

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

#C0F0F9 (or 0xC0F0F9) is known color: Onahau. HEX triplet: C0, F0 and F9. RGB value is (192,240,249). Sum of RGB (Red+Green+Blue) = 192+240+249=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0F0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F0F9 is #3F0F06. Grayscale: #E2E2E2. Windows color (decimal): -4132615 or 16380096. OLE color: 16380096.

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

Color convert

RGB 192 240 249 -
CMYK 0.23 0.04 0 0.02
HSL 189.47º 0.83% 0.86% -
HSV(B) 189.47º 0.23% 0.98% -
XYZ 70 80.37 101.45 -
YUV 226.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 192 240 249 0.23 0.04 0 0.02 189.47 0.83 0.86
Hex C0 F0 F9 17 4 0 2 BD 53 56
Octal 300 360 371 27 4 0 2 275 123 126
Binary 11000000 11110000 11111001 10111 100 0 10 10111101 1010011 1010110

Color Harmonies of #C0F0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F0F9

Black with #C0F0F9

Text Example


Text Example

White with #C0F0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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