#C3EDF3

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

Shades of Onahau #C3EDF3

Tints of Onahau #C3EDF3

Color information

#C3EDF3 (or 0xC3EDF3) is unknown color: approx Onahau. HEX triplet: C3, ED and F3. RGB value is (195,237,243). Sum of RGB (Red+Green+Blue) = 195+237+243=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDF3 is #3C120C. Grayscale: #E1E1E1. Windows color (decimal): -3936781 or 15986115. OLE color: 15986115.

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

Color convert

RGB195237243-
CMYK0.200.0200.05
HSL187.5º66.67%85.88%-
HSV(B)187.5º19.75%95.29%-
XYZ68.9778.6496.34-
YUV225.13138.09106.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.89%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 243 (95.31% from 255) = 36%
R=28.89%
G=35.11%
B=36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952372430.200.0200.05187.566.6785.88
HexC3EDF314205bc4356
Octal30335536324205274103126
Binary110000111110110111110011101001001011011110010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDF3; }

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

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

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

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

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

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

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

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