Html Css Color HEX #64BECB Seagull

📋 copy color: '#64BECB'

red 100 ◦ green 190 ◦ blue 203

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

Shades of Seagull #64BECB

Tints of Seagull #64BECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 20.28%
G = 38.54%
B = 41.18%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64BECB (or 0x64BECB) is known color: Seagull. HEX triplet: 64, BE and CB. RGB value is (100,190,203). Sum of RGB (Red+Green+Blue) = 100+190+203=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BECB is #9B4134. Grayscale: #A4A4A4. Windows color (decimal): -10174773 or 13352548. OLE color: 13352548.

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

Color convert

RGB 100 190 203 -
CMYK 0.51 0.06 0 0.20
HSL 187.57º 0.5% 0.59% -
HSV(B) 187.57º 0.51% 0.8% -
XYZ 34.45 43.85 63.15 -
YUV 164.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 100 190 203 0.51 0.06 0 0.20 187.57 0.5 0.59
Hex 64 BE CB 33 6 0 14 BC 32 3B
Octal 144 276 313 63 6 0 24 274 62 73
Binary 1100100 10111110 11001011 110011 110 0 10100 10111100 110010 111011

Color Harmonies of #64BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BECB

Black with #64BECB

Text Example


Text Example

White with #64BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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