#C5EBFA

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

Shades of Onahau #C5EBFA

Tints of Onahau #C5EBFA

Color information

#C5EBFA (or 0xC5EBFA) is unknown color: approx Onahau. HEX triplet: C5, EB and FA. RGB value is (197,235,250). Sum of RGB (Red+Green+Blue) = 197+235+250=682 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.89% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBFA is #3A1405. Grayscale: #E1E1E1. Windows color (decimal): -3806214 or 16444357. OLE color: 16444357.

HSL color Cylindrical-coordinate representation of color #C5EBFA: hue angle of 196.98º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EBFA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197235250-
CMYK0.210.0600.02
HSL196.98º84.13%87.65%-
HSV(B)196.98º21.2%98.04%-
XYZ69.9978.19101.85-
YUV225.35141.91107.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.89%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=28.89%
G=34.46%
B=36.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972352500.210.0600.02196.9884.1387.65
HexC5EBFA15602c55458
Octal30535337225602305124130
Binary110001011110101111111010101011100101100010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBFA; }

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

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

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

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

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

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

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

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