#C0EFFF

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

Shades of Onahau #C0EFFF

Tints of Onahau #C0EFFF

Color information

#C0EFFF (or 0xC0EFFF) is unknown color: approx Onahau. HEX triplet: C0, EF and FF. RGB value is (192,239,255). Sum of RGB (Red+Green+Blue) = 192+239+255=686 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.99% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFFF is #3F1000. Grayscale: #E2E2E2. Windows color (decimal): -4132865 or 16773056. OLE color: 16773056.

HSL color Cylindrical-coordinate representation of color #C0EFFF: hue angle of 195.24º 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 #C0EFFF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192239255-
CMYK0.250.0600
HSL195.24º100%87.65%-
HSV(B)195.24º24.71%100%-
XYZ70.6580.16106.36-
YUV226.77143.93103.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.99%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 255 (100% from 255) = 37.17%
R=27.99%
G=34.84%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922392550.250.0600195.2410087.65
HexC0EFFF19600c36458
Octal30035737731600303144130
Binary11000000111011111111111111001110001100001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFFF; }

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

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

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

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

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

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

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

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