#C0F4FE

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

Shades of Onahau #C0F4FE

Tints of Onahau #C0F4FE

Color information

#C0F4FE (or 0xC0F4FE) is unknown color: approx Onahau. HEX triplet: C0, F4 and FE. RGB value is (192,244,254). Sum of RGB (Red+Green+Blue) = 192+244+254=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4FE is #3F0B01. Grayscale: #E5E5E5. Windows color (decimal): -4131586 or 16708800. OLE color: 16708800.

HSL color Cylindrical-coordinate representation of color #C0F4FE: hue angle of 189.68º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F4FE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192244254-
CMYK0.240.0400.00
HSL189.68º96.88%87.45%-
HSV(B)189.68º24.41%99.61%-
XYZ71.9883.06106.01-
YUV229.59141.77101.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.83%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=27.83%
G=35.36%
B=36.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922442540.240.0400.00189.6896.8887.45
HexC0F4FE18400be6157
Octal30036437630400276141127
Binary11000000111101001111111011000100001011111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F4FE; }

 p { color: rgb(192,244,254); }

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

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

 a { background-color: rgb(192,244,254); }

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

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

 span { border-color: rgb(192,244,254); }

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