Html Css Color HEX #64BBCB Seagull

📋 copy color: '#64BBCB'

red 100 ◦ green 187 ◦ blue 203

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

Shades of Seagull #64BBCB

Tints of Seagull #64BBCB

RGB

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

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

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

R = 20.41%
G = 38.16%
B = 41.43%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64BBCB (or 0x64BBCB) is known color: Seagull. HEX triplet: 64, BB and CB. RGB value is (100,187,203). Sum of RGB (Red+Green+Blue) = 100+187+203=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBCB is #9B4434. Grayscale: #A2A2A2. Windows color (decimal): -10175541 or 13351780. OLE color: 13351780.

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

Color convert

RGB 100 187 203 -
CMYK 0.51 0.08 0 0.20
HSL 189.32º 0.5% 0.59% -
HSV(B) 189.32º 0.51% 0.8% -
XYZ 33.81 42.56 62.93 -
YUV 162.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 100 187 203 0.51 0.08 0 0.20 189.32 0.5 0.59
Hex 64 BB CB 33 8 0 14 BD 32 3B
Octal 144 273 313 63 10 0 24 275 62 73
Binary 1100100 10111011 11001011 110011 1000 0 10100 10111101 110010 111011

Color Harmonies of #64BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBCB

Black with #64BBCB

Text Example


Text Example

White with #64BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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