#65AFC9

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

Shades of Seagull #65AFC9

Tints of Seagull #65AFC9

Color information

#65AFC9 (or 0x65AFC9) is unknown color: approx Seagull. HEX triplet: 65, AF and C9. RGB value is (101,175,201). Sum of RGB (Red+Green+Blue) = 101+175+201=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #65AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFC9 is #9A5036. Grayscale: #9B9B9B. Windows color (decimal): -10113079 or 13217637. OLE color: 13217637.

HSL color Cylindrical-coordinate representation of color #65AFC9: hue angle of 195.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AFC9 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101175201-
CMYK0.500.1300.21
HSL195.6º48.08%59.22%-
HSV(B)195.6º49.75%78.82%-
XYZ31.2437.6460.88-
YUV155.84153.4888.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=21.17%
G=36.69%
B=42.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011752010.500.1300.21195.648.0859.22
Hex65AFC932D015c4303b
Octal14525731162150253046073
Binary11001011010111111001001110010110101010111000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AFC9; }

 p { color: rgb(101,175,201); }

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

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

 a { background-color: rgb(101,175,201); }

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

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

 span { border-color: rgb(101,175,201); }

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