#C5D9DF

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

Shades of Onahau #C5D9DF

Tints of Onahau #C5D9DF

Color information

#C5D9DF (or 0xC5D9DF) is unknown color: approx Onahau. HEX triplet: C5, D9 and DF. RGB value is (197,217,223). Sum of RGB (Red+Green+Blue) = 197+217+223=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9DF is #3A2620. Grayscale: #D3D3D3. Windows color (decimal): -3810849 or 14670277. OLE color: 14670277.

HSL color Cylindrical-coordinate representation of color #C5D9DF: hue angle of 193.85º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D9DF is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197217223-
CMYK0.120.0300.13
HSL193.85º28.89%82.35%-
HSV(B)193.85º11.66%87.45%-
XYZ61.1666.8279.49-
YUV211.7134.37117.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=30.93%
G=34.07%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972172230.120.0300.13193.8528.8982.35
HexC5D9DFC30Dc21d52
Octal30533133714301530235122
Binary1100010111011001110111111100110110111000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D9DF; }

 p { color: rgb(197,217,223); }

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

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

 a { background-color: rgb(197,217,223); }

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

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

 span { border-color: rgb(197,217,223); }

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