#C3EDF2

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

Shades of Onahau #C3EDF2

Tints of Onahau #C3EDF2

Color information

#C3EDF2 (or 0xC3EDF2) is unknown color: approx Onahau. HEX triplet: C3, ED and F2. RGB value is (195,237,242). Sum of RGB (Red+Green+Blue) = 195+237+242=674 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.93% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDF2 is #3C120D. Grayscale: #E0E0E0. Windows color (decimal): -3936782 or 15920579. OLE color: 15920579.

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

Color convert

RGB195237242-
CMYK0.190.0200.05
HSL186.38º64.38%85.69%-
HSV(B)186.38º19.42%94.9%-
XYZ68.8278.5895.55-
YUV225.01137.59106.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.93%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=28.93%
G=35.16%
B=35.91%

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
Decimal1952372420.190.0200.05186.3864.3885.69
HexC3EDF213205ba4056
Octal30335536223205272100126
Binary110000111110110111110010100111001011011101010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDF2; }

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

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

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

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

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

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

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

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