Html Css Color HEX #64AFC9 Seagull

📋 copy color: '#64AFC9'

red 100 ◦ green 175 ◦ blue 201

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

Shades of Seagull #64AFC9

Tints of Seagull #64AFC9

RGB

 RED value IS 100 (39.45% from 255) = 21.01%

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 21.01%
G = 36.76%
B = 42.23%

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

#64AFC9 (or 0x64AFC9) is known color: Seagull. HEX triplet: 64, AF and C9. RGB value is (100,175,201). Sum of RGB (Red+Green+Blue) = 100+175+201=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #64AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC9 is #9B5036. Grayscale: #9B9B9B. Windows color (decimal): -10178615 or 13217636. OLE color: 13217636.

HSL color Cylindrical-coordinate representation of color #64AFC9: hue angle of 195.45º 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 #64AFC9 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 175 201 -
CMYK 0.50 0.13 0 0.21
HSL 195.45º 0.48% 0.59% -
HSV(B) 195.45º 0.5% 0.79% -
XYZ 31.13 37.59 60.87 -
YUV 155.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 100 175 201 0.50 0.13 0 0.21 195.45 0.48 0.59
Hex 64 AF C9 32 D 0 15 C3 30 3B
Octal 144 257 311 62 15 0 25 303 60 73
Binary 1100100 10101111 11001001 110010 1101 0 10101 11000011 110000 111011

Color Harmonies of #64AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFC9

Black with #64AFC9

Text Example


Text Example

White with #64AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64AFC9;
 }
 .AnyTagClassName
 {
   color: #64AFC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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