#C3EDFD

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

Shades of Onahau #C3EDFD

Tints of Onahau #C3EDFD

Color information

#C3EDFD (or 0xC3EDFD) is unknown color: approx Onahau. HEX triplet: C3, ED and FD. RGB value is (195,237,253). Sum of RGB (Red+Green+Blue) = 195+237+253=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDFD is #3C1202. Grayscale: #E2E2E2. Windows color (decimal): -3936771 or 16641475. OLE color: 16641475.

HSL color Cylindrical-coordinate representation of color #C3EDFD: hue angle of 196.55º degrees, saturation: 0.94, 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 #C3EDFD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195237253-
CMYK0.230.0600.01
HSL196.55º93.55%87.84%-
HSV(B)196.55º22.92%99.22%-
XYZ70.5279.26104.51-
YUV226.27143.09105.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.47%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=28.47%
G=34.60%
B=36.93%

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
Decimal1952372530.230.0600.01196.5593.5587.84
HexC3EDFD17601c55e58
Octal30335537527601305136130
Binary11000011111011011111110110111110011100010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDFD; }

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

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

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

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

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

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

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

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