#C5EDFA

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

Shades of Onahau #C5EDFA

Tints of Onahau #C5EDFA

Color information

#C5EDFA (or 0xC5EDFA) is unknown color: approx Onahau. HEX triplet: C5, ED and FA. RGB value is (197,237,250). Sum of RGB (Red+Green+Blue) = 197+237+250=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDFA is #3A1205. Grayscale: #E2E2E2. Windows color (decimal): -3805702 or 16444869. OLE color: 16444869.

HSL color Cylindrical-coordinate representation of color #C5EDFA: hue angle of 194.72º 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 #C5EDFA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197237250-
CMYK0.210.0500.02
HSL194.72º84.13%87.65%-
HSV(B)194.72º21.2%98.04%-
XYZ70.5779.34102.04-
YUV226.52141.25106.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.80%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=28.80%
G=34.65%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972372500.210.0500.02194.7284.1387.65
HexC5EDFA15502c35458
Octal30535537225502303124130
Binary110001011110110111111010101011010101100001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDFA; }

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

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

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

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

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

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

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

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