Html Css Color HEX #64BBCD Seagull

📋 copy color: '#64BBCD'

red 100 ◦ green 187 ◦ blue 205

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

Shades of Seagull #64BBCD

Tints of Seagull #64BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

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

R = 20.33%
G = 38.01%
B = 41.67%

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

#64BBCD (or 0x64BBCD) is known color: Seagull. HEX triplet: 64, BB and CD. RGB value is (100,187,205). Sum of RGB (Red+Green+Blue) = 100+187+205=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBCD is #9B4432. Grayscale: #A2A2A2. Windows color (decimal): -10175539 or 13482852. OLE color: 13482852.

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

Color convert

RGB 100 187 205 -
CMYK 0.51 0.09 0 0.20
HSL 190.29º 0.51% 0.6% -
HSV(B) 190.29º 0.51% 0.8% -
XYZ 34.05 42.66 64.2 -
YUV 163.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 100 187 205 0.51 0.09 0 0.20 190.29 0.51 0.6
Hex 64 BB CD 33 9 0 14 BE 33 3C
Octal 144 273 315 63 11 0 24 276 63 74
Binary 1100100 10111011 11001101 110011 1001 0 10100 10111110 110011 111100

Color Harmonies of #64BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBCD

Black with #64BBCD

Text Example


Text Example

White with #64BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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