Html Css Color HEX #63BACF Seagull

📋 copy color: '#63BACF'

red 99 ◦ green 186 ◦ blue 207

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

Shades of Seagull #63BACF

Tints of Seagull #63BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 20.12%
G = 37.8%
B = 42.07%

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

#63BACF (or 0x63BACF) is known color: Seagull. HEX triplet: 63, BA and CF. RGB value is (99,186,207). Sum of RGB (Red+Green+Blue) = 99+186+207=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #63BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACF is #9C4530. Grayscale: #A2A2A2. Windows color (decimal): -10241329 or 13613667. OLE color: 13613667.

HSL color Cylindrical-coordinate representation of color #63BACF: hue angle of 191.67º degrees, saturation: 0.53, 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 #63BACF is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 186 207 -
CMYK 0.52 0.10 0 0.19
HSL 191.67º 0.53% 0.6% -
HSV(B) 191.67º 0.52% 0.81% -
XYZ 33.97 42.28 65.4 -
YUV 162.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 99 186 207 0.52 0.10 0 0.19 191.67 0.53 0.6
Hex 63 BA CF 34 A 0 13 C0 35 3C
Octal 143 272 317 64 12 0 23 300 65 74
Binary 1100011 10111010 11001111 110100 1010 0 10011 11000000 110101 111100

Color Harmonies of #63BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BACF

Black with #63BACF

Text Example


Text Example

White with #63BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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