#C3E3EB

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

Shades of Onahau #C3E3EB

Tints of Onahau #C3E3EB

Color information

#C3E3EB (or 0xC3E3EB) is unknown color: approx Onahau. HEX triplet: C3, E3 and EB. RGB value is (195,227,235). Sum of RGB (Red+Green+Blue) = 195+227+235=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E3EB is #3C1C14. Grayscale: #DADADA. Windows color (decimal): -3939349 or 15459267. OLE color: 15459267.

HSL color Cylindrical-coordinate representation of color #C3E3EB: hue angle of 192º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3E3EB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195227235-
CMYK0.170.0300.08
HSL192º50%84.31%-
HSV(B)192º17.02%92.16%-
XYZ64.9772.5489.17-
YUV218.34137.4111.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.68%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=29.68%
G=34.55%
B=35.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952272350.170.0300.081925084.31
HexC3E3EB11308c03254
Octal30334335321301030062124
Binary110000111110001111101011100011101000110000001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E3EB; }

 p { color: rgb(195,227,235); }

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

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

 a { background-color: rgb(195,227,235); }

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

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

 span { border-color: rgb(195,227,235); }

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