Html Css Color HEX #64BED0 Seagull

📋 copy color: '#64BED0'

red 100 ◦ green 190 ◦ blue 208

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

Shades of Seagull #64BED0

Tints of Seagull #64BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 20.08%
G = 38.15%
B = 41.77%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#64BED0 (or 0x64BED0) is known color: Seagull. HEX triplet: 64, BE and D0. RGB value is (100,190,208). Sum of RGB (Red+Green+Blue) = 100+190+208=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #64BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BED0 is #9B412F. Grayscale: #A4A4A4. Windows color (decimal): -10174768 or 13680228. OLE color: 13680228.

HSL color Cylindrical-coordinate representation of color #64BED0: hue angle of 190º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64BED0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 190 208 -
CMYK 0.52 0.09 0 0.18
HSL 190º 0.53% 0.6% -
HSV(B) 190º 0.52% 0.82% -
XYZ 35.05 44.09 66.34 -
YUV 165.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 100 190 208 0.52 0.09 0 0.18 190 0.53 0.6
Hex 64 BE D0 34 9 0 12 BE 35 3C
Octal 144 276 320 64 11 0 22 276 65 74
Binary 1100100 10111110 11010000 110100 1001 0 10010 10111110 110101 111100

Color Harmonies of #64BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BED0

Black with #64BED0

Text Example


Text Example

White with #64BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,208); }

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

background-color css

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

 a { background-color: rgb(100,190,208); }

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

border-color css

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

 span { border-color: rgb(100,190,208); }

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