#C5EBEF

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

Shades of Onahau #C5EBEF

Tints of Onahau #C5EBEF

Color information

#C5EBEF (or 0xC5EBEF) is unknown color: approx Onahau. HEX triplet: C5, EB and EF. RGB value is (197,235,239). Sum of RGB (Red+Green+Blue) = 197+235+239=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBEF is #3A1410. Grayscale: #E0E0E0. Windows color (decimal): -3806225 or 15723461. OLE color: 15723461.

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

Color convert

RGB197235239-
CMYK0.180.0200.06
HSL185.71º56.76%85.49%-
HSV(B)185.71º17.57%93.73%-
XYZ68.3177.5293.02-
YUV224.09136.41108.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.36%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=29.36%
G=35.02%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972352390.180.0200.06185.7156.7685.49
HexC5EBEF12206ba3955
Octal3053533572220627271125
Binary11000101111010111110111110010100110101110101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBEF; }

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

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

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

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

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

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

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

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