#C3EAEE

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

Shades of Onahau #C3EAEE

Tints of Onahau #C3EAEE

Color information

#C3EAEE (or 0xC3EAEE) is unknown color: approx Onahau. HEX triplet: C3, EA and EE. RGB value is (195,234,238). Sum of RGB (Red+Green+Blue) = 195+234+238=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAEE is #3C1511. Grayscale: #DEDEDE. Windows color (decimal): -3937554 or 15657667. OLE color: 15657667.

HSL color Cylindrical-coordinate representation of color #C3EAEE: hue angle of 185.58º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EAEE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195234238-
CMYK0.180.0200.07
HSL185.58º55.84%84.9%-
HSV(B)185.58º18.07%93.33%-
XYZ67.3676.6292.13-
YUV222.8136.58108.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=29.24%
G=35.08%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952342380.180.0200.07185.5855.8484.9
HexC3EAEE12207ba3855
Octal3033523562220727270125
Binary11000011111010101110111010010100111101110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EAEE; }

 p { color: rgb(195,234,238); }

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

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

 a { background-color: rgb(195,234,238); }

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

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

 span { border-color: rgb(195,234,238); }

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