#C3EDF6

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

Shades of Onahau #C3EDF6

Tints of Onahau #C3EDF6

Color information

#C3EDF6 (or 0xC3EDF6) is unknown color: approx Onahau. HEX triplet: C3, ED and F6. RGB value is (195,237,246). Sum of RGB (Red+Green+Blue) = 195+237+246=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDF6 is #3C1209. Grayscale: #E1E1E1. Windows color (decimal): -3936778 or 16182723. OLE color: 16182723.

HSL color Cylindrical-coordinate representation of color #C3EDF6: hue angle of 190.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3EDF6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195237246-
CMYK0.210.0400.04
HSL190.59º73.91%86.47%-
HSV(B)190.59º20.73%96.47%-
XYZ69.4278.8298.74-
YUV225.47139.59106.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.76%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=28.76%
G=34.96%
B=36.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1952372460.210.0400.04190.5973.9186.47
HexC3EDF615404bf4a56
Octal30335536625404277112126
Binary1100001111101101111101101010110001001011111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDF6; }

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

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

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

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

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

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

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

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