Html Css Color HEX #64BDCB Seagull

📋 copy color: '#64BDCB'

red 100 ◦ green 189 ◦ blue 203

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

Shades of Seagull #64BDCB

Tints of Seagull #64BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 20.33%
G = 38.41%
B = 41.26%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64BDCB (or 0x64BDCB) is known color: Seagull. HEX triplet: 64, BD and CB. RGB value is (100,189,203). Sum of RGB (Red+Green+Blue) = 100+189+203=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDCB is #9B4234. Grayscale: #A3A3A3. Windows color (decimal): -10175029 or 13352292. OLE color: 13352292.

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

Color convert

RGB 100 189 203 -
CMYK 0.51 0.07 0 0.20
HSL 188.16º 0.5% 0.59% -
HSV(B) 188.16º 0.51% 0.8% -
XYZ 34.23 43.42 63.08 -
YUV 163.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 100 189 203 0.51 0.07 0 0.20 188.16 0.5 0.59
Hex 64 BD CB 33 7 0 14 BC 32 3B
Octal 144 275 313 63 7 0 24 274 62 73
Binary 1100100 10111101 11001011 110011 111 0 10100 10111100 110010 111011

Color Harmonies of #64BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDCB

Black with #64BDCB

Text Example


Text Example

White with #64BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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