Html Css Color HEX #65AFC9 Seagull

📋 copy color: '#65AFC9'

red 101 ◦ green 175 ◦ blue 201

#65AFC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #65AFC9

Tints of Seagull #65AFC9

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 value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#65AFC9 (or 0x65AFC9) is known color: 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

RGB 101 175 201 -
CMYK 0.50 0.13 0 0.21
HSL 195.6º 0.48% 0.59% -
HSV(B) 195.6º 0.5% 0.79% -
XYZ 31.24 37.64 60.88 -
YUV 155.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 101 175 201 0.50 0.13 0 0.21 195.6 0.48 0.59
Hex 65 AF C9 32 D 0 15 C4 30 3B
Octal 145 257 311 62 15 0 25 304 60 73
Binary 1100101 10101111 11001001 110010 1101 0 10101 11000100 110000 111011

Color Harmonies of #65AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AFC9

Black with #65AFC9

Text Example


Text Example

White with #65AFC9

Text Example


Text Example

HTML Codes & Css Web 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>