#C5EDF2

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

Shades of Onahau #C5EDF2

Tints of Onahau #C5EDF2

Color information

#C5EDF2 (or 0xC5EDF2) is unknown color: approx Onahau. HEX triplet: C5, ED and F2. RGB value is (197,237,242). Sum of RGB (Red+Green+Blue) = 197+237+242=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDF2 is #3A120D. Grayscale: #E1E1E1. Windows color (decimal): -3805710 or 15920581. OLE color: 15920581.

HSL color Cylindrical-coordinate representation of color #C5EDF2: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EDF2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197237242-
CMYK0.190.0200.05
HSL186.67º63.38%86.08%-
HSV(B)186.67º18.6%94.9%-
XYZ69.3478.8595.57-
YUV225.61137.25107.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.14%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 242 (94.92% from 255) = 35.80%
R=29.14%
G=35.06%
B=35.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972372420.190.0200.05186.6763.3886.08
HexC5EDF213205bb3f56
Octal3053553622320527377126
Binary11000101111011011111001010011100101101110111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDF2; }

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

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

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

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

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

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

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

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