Html Css Color HEX #64BFC9 Seagull

📋 copy color: '#64BFC9'

red 100 ◦ green 191 ◦ blue 201

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

Shades of Seagull #64BFC9

Tints of Seagull #64BFC9

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

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

R = 20.33%
G = 38.82%
B = 40.85%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#64BFC9 (or 0x64BFC9) is known color: Seagull. HEX triplet: 64, BF and C9. RGB value is (100,191,201). Sum of RGB (Red+Green+Blue) = 100+191+201=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #64BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFC9 is #9B4036. Grayscale: #A4A4A4. Windows color (decimal): -10174519 or 13221732. OLE color: 13221732.

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

Color convert

RGB 100 191 201 -
CMYK 0.50 0.05 0 0.21
HSL 185.94º 0.48% 0.59% -
HSV(B) 185.94º 0.5% 0.79% -
XYZ 34.43 44.19 61.97 -
YUV 164.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 100 191 201 0.50 0.05 0 0.21 185.94 0.48 0.59
Hex 64 BF C9 32 5 0 15 BA 30 3B
Octal 144 277 311 62 5 0 25 272 60 73
Binary 1100100 10111111 11001001 110010 101 0 10101 10111010 110000 111011

Color Harmonies of #64BFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFC9

Black with #64BFC9

Text Example


Text Example

White with #64BFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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