Html Css Color HEX #63BACC Seagull

📋 copy color: '#63BACC'

red 99 ◦ green 186 ◦ blue 204

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

Shades of Seagull #63BACC

Tints of Seagull #63BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 20.25%
G = 38.04%
B = 41.72%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63BACC (or 0x63BACC) is known color: Seagull. HEX triplet: 63, BA and CC. RGB value is (99,186,204). Sum of RGB (Red+Green+Blue) = 99+186+204=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #63BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACC is #9C4533. Grayscale: #A1A1A1. Windows color (decimal): -10241332 or 13417059. OLE color: 13417059.

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

Color convert

RGB 99 186 204 -
CMYK 0.51 0.09 0 0.2
HSL 190.29º 0.51% 0.59% -
HSV(B) 190.29º 0.51% 0.8% -
XYZ 33.6 42.13 63.49 -
YUV 162.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 99 186 204 0.51 0.09 0 0.2 190.29 0.51 0.59
Hex 63 BA CC 33 9 0 14 BE 33 3B
Octal 143 272 314 63 11 0 24 276 63 73
Binary 1100011 10111010 11001100 110011 1001 0 10100 10111110 110011 111011

Color Harmonies of #63BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BACC

Black with #63BACC

Text Example


Text Example

White with #63BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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