#C5EFFF

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

Shades of Onahau #C5EFFF

Tints of Onahau #C5EFFF

Color information

#C5EFFF (or 0xC5EFFF) is unknown color: approx Onahau. HEX triplet: C5, EF and FF. RGB value is (197,239,255). Sum of RGB (Red+Green+Blue) = 197+239+255=691 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.51% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFFF is #3A1000. Grayscale: #E4E4E4. Windows color (decimal): -3805185 or 16773061. OLE color: 16773061.

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

Color convert

RGB197239255-
CMYK0.230.0600
HSL196.55º100%88.63%-
HSV(B)196.55º22.75%100%-
XYZ71.9480.82106.42-
YUV228.27143.09105.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.51%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 255 (100% from 255) = 36.90%
R=28.51%
G=34.59%
B=36.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972392550.230.0600196.5510088.63
HexC5EFFF17600c56459
Octal30535737727600305144131
Binary11000101111011111111111110111110001100010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFFF; }

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

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

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

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

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

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

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

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