Html Css Color HEX #64AFC8 Seagull

📋 copy color: '#64AFC8'

red 100 ◦ green 175 ◦ blue 200

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

Shades of Seagull #64AFC8

Tints of Seagull #64AFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#64AFC8 (or 0x64AFC8) is known color: Seagull. HEX triplet: 64, AF and C8. RGB value is (100,175,200). Sum of RGB (Red+Green+Blue) = 100+175+200=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #64AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC8 is #9B5037. Grayscale: #9B9B9B. Windows color (decimal): -10178616 or 13152100. OLE color: 13152100.

HSL color Cylindrical-coordinate representation of color #64AFC8: hue angle of 195º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64AFC8 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 175 200 -
CMYK 0.5 0.12 0 0.22
HSL 195º 0.48% 0.59% -
HSV(B) 195º 0.5% 0.78% -
XYZ 31.01 37.54 60.25 -
YUV 155.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 100 175 200 0.5 0.12 0 0.22 195 0.48 0.59
Hex 64 AF C8 32 C 0 16 C3 30 3B
Octal 144 257 310 62 14 0 26 303 60 73
Binary 1100100 10101111 11001000 110010 1100 0 10110 11000011 110000 111011

Color Harmonies of #64AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFC8

Black with #64AFC8

Text Example


Text Example

White with #64AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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