Html Css Color HEX #64BECE Seagull

📋 copy color: '#64BECE'

red 100 ◦ green 190 ◦ blue 206

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

Shades of Seagull #64BECE

Tints of Seagull #64BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 20.16%
G = 38.31%
B = 41.53%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64BECE (or 0x64BECE) is known color: Seagull. HEX triplet: 64, BE and CE. RGB value is (100,190,206). Sum of RGB (Red+Green+Blue) = 100+190+206=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #64BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BECE is #9B4131. Grayscale: #A4A4A4. Windows color (decimal): -10174770 or 13549156. OLE color: 13549156.

HSL color Cylindrical-coordinate representation of color #64BECE: hue angle of 189.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BECE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 190 206 -
CMYK 0.51 0.08 0 0.19
HSL 189.06º 0.52% 0.6% -
HSV(B) 189.06º 0.51% 0.81% -
XYZ 34.81 43.99 65.05 -
YUV 164.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 100 190 206 0.51 0.08 0 0.19 189.06 0.52 0.6
Hex 64 BE CE 33 8 0 13 BD 34 3C
Octal 144 276 316 63 10 0 23 275 64 74
Binary 1100100 10111110 11001110 110011 1000 0 10011 10111101 110100 111100

Color Harmonies of #64BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BECE

Black with #64BECE

Text Example


Text Example

White with #64BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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