#C3DFEC

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

Shades of Onahau #C3DFEC

Tints of Onahau #C3DFEC

Color information

#C3DFEC (or 0xC3DFEC) is unknown color: approx Onahau. HEX triplet: C3, DF and EC. RGB value is (195,223,236). Sum of RGB (Red+Green+Blue) = 195+223+236=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFEC is #3C2013. Grayscale: #D8D8D8. Windows color (decimal): -3940372 or 15523779. OLE color: 15523779.

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

Color convert

RGB195223236-
CMYK0.170.0600.07
HSL199.02º51.9%84.51%-
HSV(B)199.02º17.37%92.55%-
XYZ64.0370.4389.58-
YUV216.11139.22112.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=29.82%
G=34.10%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952232360.170.0600.07199.0251.984.51
HexC3DFEC11607c73455
Octal3033373542160730764125
Binary110000111101111111101100100011100111110001111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFEC; }

 p { color: rgb(195,223,236); }

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

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

 a { background-color: rgb(195,223,236); }

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

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

 span { border-color: rgb(195,223,236); }

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