Html Css Color HEX #63BACD Seagull

📋 copy color: '#63BACD'

red 99 ◦ green 186 ◦ blue 205

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

Shades of Seagull #63BACD

Tints of Seagull #63BACD

RGB

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

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

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

R = 20.2%
G = 37.96%
B = 41.84%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63BACD (or 0x63BACD) is known color: Seagull. HEX triplet: 63, BA and CD. RGB value is (99,186,205). Sum of RGB (Red+Green+Blue) = 99+186+205=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #63BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACD is #9C4532. Grayscale: #A1A1A1. Windows color (decimal): -10241331 or 13482595. OLE color: 13482595.

HSL color Cylindrical-coordinate representation of color #63BACD: hue angle of 190.75º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BACD is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 186 205 -
CMYK 0.52 0.09 0 0.20
HSL 190.75º 0.51% 0.6% -
HSV(B) 190.75º 0.52% 0.8% -
XYZ 33.72 42.18 64.12 -
YUV 162.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 99 186 205 0.52 0.09 0 0.20 190.75 0.51 0.6
Hex 63 BA CD 34 9 0 14 BF 33 3C
Octal 143 272 315 64 11 0 24 277 63 74
Binary 1100011 10111010 11001101 110100 1001 0 10100 10111111 110011 111100

Color Harmonies of #63BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BACD

Black with #63BACD

Text Example


Text Example

White with #63BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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