#C0EDFA

Color #C0EDFA Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C0EDFA

Tints of Onahau #C0EDFA

Color information

#C0EDFA (or 0xC0EDFA) is unknown color: approx Onahau. HEX triplet: C0, ED and FA. RGB value is (192,237,250). Sum of RGB (Red+Green+Blue) = 192+237+250=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDFA is #3F1205. Grayscale: #E0E0E0. Windows color (decimal): -4133382 or 16444864. OLE color: 16444864.

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

Color convert

RGB192237250-
CMYK0.230.0500.02
HSL193.45º85.29%86.67%-
HSV(B)193.45º23.2%98.04%-
XYZ69.2878.68101.98-
YUV225.03142.09104.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.28%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=28.28%
G=34.90%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922372500.230.0500.02193.4585.2986.67
HexC0EDFA17502c15557
Octal30035537227502301125127
Binary110000001110110111111010101111010101100000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDFA; }

 p { color: rgb(192,237,250); }

 H1.HeaderClassName
 {
   color: #C0EDFA;
 }
 .AnyTagClassName
 {
   color: #C0EDFA;
 }
</style>
background-color css

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

 a { background-color: rgb(192,237,250); }

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

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

 span { border-color: rgb(192,237,250); }

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