Html Css Color HEX #63BACE Seagull

📋 copy color: '#63BACE'

red 99 ◦ green 186 ◦ blue 206

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

Shades of Seagull #63BACE

Tints of Seagull #63BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 20.16%
G = 37.88%
B = 41.96%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63BACE (or 0x63BACE) is known color: Seagull. HEX triplet: 63, BA and CE. RGB value is (99,186,206). Sum of RGB (Red+Green+Blue) = 99+186+206=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #63BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACE is #9C4531. Grayscale: #A2A2A2. Windows color (decimal): -10241330 or 13548131. OLE color: 13548131.

HSL color Cylindrical-coordinate representation of color #63BACE: hue angle of 191.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BACE is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 186 206 -
CMYK 0.52 0.10 0 0.19
HSL 191.22º 0.52% 0.6% -
HSV(B) 191.22º 0.52% 0.81% -
XYZ 33.85 42.23 64.76 -
YUV 162.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 99 186 206 0.52 0.10 0 0.19 191.22 0.52 0.6
Hex 63 BA CE 34 A 0 13 BF 34 3C
Octal 143 272 316 64 12 0 23 277 64 74
Binary 1100011 10111010 11001110 110100 1010 0 10011 10111111 110100 111100

Color Harmonies of #63BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BACE

Black with #63BACE

Text Example


Text Example

White with #63BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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