Html Css Color HEX #64BACD Seagull

📋 copy color: '#64BACD'

red 100 ◦ green 186 ◦ blue 205

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

Shades of Seagull #64BACD

Tints of Seagull #64BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 20.37%
G = 37.88%
B = 41.75%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64BACD (or 0x64BACD) is known color: Seagull. HEX triplet: 64, BA and CD. RGB value is (100,186,205). Sum of RGB (Red+Green+Blue) = 100+186+205=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BACD is #9B4532. Grayscale: #A2A2A2. Windows color (decimal): -10175795 or 13482596. OLE color: 13482596.

HSL color Cylindrical-coordinate representation of color #64BACD: hue angle of 190.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BACD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 186 205 -
CMYK 0.51 0.09 0 0.20
HSL 190.86º 0.51% 0.6% -
HSV(B) 190.86º 0.51% 0.8% -
XYZ 33.83 42.23 64.13 -
YUV 162.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 100 186 205 0.51 0.09 0 0.20 190.86 0.51 0.6
Hex 64 BA CD 33 9 0 14 BF 33 3C
Octal 144 272 315 63 11 0 24 277 63 74
Binary 1100100 10111010 11001101 110011 1001 0 10100 10111111 110011 111100

Color Harmonies of #64BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BACD

Black with #64BACD

Text Example


Text Example

White with #64BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,205); }

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

background-color css

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

 a { background-color: rgb(100,186,205); }

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

border-color css

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

 span { border-color: rgb(100,186,205); }

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