#9DAEAF

Color #9DAEAF Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9DAEAF

Tints of Gull Grey #9DAEAF

Color information

#9DAEAF (or 0x9DAEAF) is unknown color: approx Gull Grey. HEX triplet: 9D, AE and AF. RGB value is (157,174,175). Sum of RGB (Red+Green+Blue) = 157+174+175=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEAF is #625150. Grayscale: #A9A9A9. Windows color (decimal): -6443345 or 11513501. OLE color: 11513501.

HSL color Cylindrical-coordinate representation of color #9DAEAF: hue angle of 183.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAEAF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB157174175-
CMYK0.100.0100.31
HSL183.33º10.11%65.1%-
HSV(B)183.33º10.29%68.63%-
XYZ36.7840.5446.44-
YUV169.03131.37119.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=31.03%
G=34.39%
B=34.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571741750.100.0100.31183.3310.1165.1
Hex9DAEAFA101Fb7a41
Octal23525625712103726712101
Binary100111011010111010101111101010111111011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAEAF; }

 p { color: rgb(157,174,175); }

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

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

 a { background-color: rgb(157,174,175); }

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

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

 span { border-color: rgb(157,174,175); }

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