Html Css Color HEX #64BCCE Seagull

📋 copy color: '#64BCCE'

red 100 ◦ green 188 ◦ blue 206

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

Shades of Seagull #64BCCE

Tints of Seagull #64BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 20.24%
G = 38.06%
B = 41.7%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64BCCE (or 0x64BCCE) is known color: Seagull. HEX triplet: 64, BC and CE. RGB value is (100,188,206). Sum of RGB (Red+Green+Blue) = 100+188+206=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #64BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCCE is #9B4331. Grayscale: #A3A3A3. Windows color (decimal): -10175282 or 13548644. OLE color: 13548644.

HSL color Cylindrical-coordinate representation of color #64BCCE: hue angle of 190.19º 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 #64BCCE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 188 206 -
CMYK 0.51 0.09 0 0.19
HSL 190.19º 0.52% 0.6% -
HSV(B) 190.19º 0.51% 0.81% -
XYZ 34.38 43.13 64.91 -
YUV 163.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 100 188 206 0.51 0.09 0 0.19 190.19 0.52 0.6
Hex 64 BC CE 33 9 0 13 BE 34 3C
Octal 144 274 316 63 11 0 23 276 64 74
Binary 1100100 10111100 11001110 110011 1001 0 10011 10111110 110100 111100

Color Harmonies of #64BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCCE

Black with #64BCCE

Text Example


Text Example

White with #64BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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