Html Css Color HEX #63BACB Seagull

📋 copy color: '#63BACB'

red 99 ◦ green 186 ◦ blue 203

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

Shades of Seagull #63BACB

Tints of Seagull #63BACB

RGB

 RED value IS 99 (39.06% from 255) = 20.29%

 GREEN value IS 186 (73.05% from 255) = 38.11%

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

R = 20.29%
G = 38.11%
B = 41.6%

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

#63BACB (or 0x63BACB) is known color: Seagull. HEX triplet: 63, BA and CB. RGB value is (99,186,203). Sum of RGB (Red+Green+Blue) = 99+186+203=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #63BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACB is #9C4534. Grayscale: #A1A1A1. Windows color (decimal): -10241333 or 13351523. OLE color: 13351523.

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

Color convert

RGB 99 186 203 -
CMYK 0.51 0.08 0 0.20
HSL 189.81º 0.5% 0.59% -
HSV(B) 189.81º 0.51% 0.8% -
XYZ 33.48 42.08 62.86 -
YUV 161.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 99 186 203 0.51 0.08 0 0.20 189.81 0.5 0.59
Hex 63 BA CB 33 8 0 14 BE 32 3B
Octal 143 272 313 63 10 0 24 276 62 73
Binary 1100011 10111010 11001011 110011 1000 0 10100 10111110 110010 111011

Color Harmonies of #63BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BACB

Black with #63BACB

Text Example


Text Example

White with #63BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63BACB; }

 p { color: rgb(99,186,203); }

 H1.HeaderClassName
 {
   color: #63BACB;
 }
 .AnyTagClassName
 {
   color: #63BACB;
 }
</style>

background-color css

<style>
 a { background-color: #63BACB; }

 a { background-color: rgb(99,186,203); }

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

border-color css

<style>
 span { border-color: #63BACB; }

 span { border-color: rgb(99,186,203); }

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