#C3E8F0

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

Shades of Onahau #C3E8F0

Tints of Onahau #C3E8F0

Color information

#C3E8F0 (or 0xC3E8F0) is unknown color: approx Onahau. HEX triplet: C3, E8 and F0. RGB value is (195,232,240). Sum of RGB (Red+Green+Blue) = 195+232+240=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3E8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8F0 is #3C170F. Grayscale: #DDDDDD. Windows color (decimal): -3938064 or 15788227. OLE color: 15788227.

HSL color Cylindrical-coordinate representation of color #C3E8F0: hue angle of 190.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3E8F0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195232240-
CMYK0.190.0300.06
HSL190.67º60%85.29%-
HSV(B)190.67º18.75%94.12%-
XYZ67.0975.6193.5-
YUV221.85138.24108.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 232 (91.02% from 255) = 34.78%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=29.24%
G=34.78%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952322400.190.0300.06190.676085.29
HexC3E8F013306bf3c55
Octal3033503602330627774125
Binary11000011111010001111000010011110110101111111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E8F0; }

 p { color: rgb(195,232,240); }

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

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

 a { background-color: rgb(195,232,240); }

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

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

 span { border-color: rgb(195,232,240); }

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