Html Css Color HEX #C0F9FF Onahau

📋 copy color: '#C0F9FF'

red 192 ◦ green 249 ◦ blue 255

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

Shades of Onahau #C0F9FF

Tints of Onahau #C0F9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.64%

R = 27.59%
G = 35.78%
B = 36.64%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0F9FF (or 0xC0F9FF) is known color: Onahau. HEX triplet: C0, F9 and FF. RGB value is (192,249,255). Sum of RGB (Red+Green+Blue) = 192+249+255=696 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.59% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9FF is #3F0600. Grayscale: #E8E8E8. Windows color (decimal): -4130305 or 16775616. OLE color: 16775616.

HSL color Cylindrical-coordinate representation of color #C0F9FF: hue angle of 185.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0F9FF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 249 255 -
CMYK 0.25 0.02 0 0
HSL 185.71º 1% 0.88% -
HSV(B) 185.71º 0.25% 1% -
XYZ 73.66 86.18 107.36 -
YUV 232.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 192 249 255 0.25 0.02 0 0 185.71 1 0.88
Hex C0 F9 FF 19 2 0 0 BA 64 58
Octal 300 371 377 31 2 0 0 272 144 130
Binary 11000000 11111001 11111111 11001 10 0 0 10111010 1100100 1011000

Color Harmonies of #C0F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F9FF

Black with #C0F9FF

Text Example


Text Example

White with #C0F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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