#C3EEFC

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

Shades of Onahau #C3EEFC

Tints of Onahau #C3EEFC

Color information

#C3EEFC (or 0xC3EEFC) is unknown color: approx Onahau. HEX triplet: C3, EE and FC. RGB value is (195,238,252). Sum of RGB (Red+Green+Blue) = 195+238+252=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFC is #3C1103. Grayscale: #E2E2E2. Windows color (decimal): -3936516 or 16576195. OLE color: 16576195.

HSL color Cylindrical-coordinate representation of color #C3EEFC: hue angle of 194.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EEFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195238252-
CMYK0.230.0600.01
HSL194.74º90.48%87.65%-
HSV(B)194.74º22.62%98.82%-
XYZ70.6579.78103.77-
YUV226.74142.25105.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.47%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=28.47%
G=34.74%
B=36.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952382520.230.0600.01194.7490.4887.65
HexC3EEFC17601c35a58
Octal30335637427601303132130
Binary11000011111011101111110010111110011100001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EEFC; }

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

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

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

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

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

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

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

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