Html Css Color HEX #63BDD0 Seagull

📋 copy color: '#63BDD0'

red 99 ◦ green 189 ◦ blue 208

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

Shades of Seagull #63BDD0

Tints of Seagull #63BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 19.96%
G = 38.1%
B = 41.94%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63BDD0 (or 0x63BDD0) is known color: Seagull. HEX triplet: 63, BD and D0. RGB value is (99,189,208). Sum of RGB (Red+Green+Blue) = 99+189+208=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #63BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDD0 is #9C422F. Grayscale: #A4A4A4. Windows color (decimal): -10240560 or 13679971. OLE color: 13679971.

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

Color convert

RGB 99 189 208 -
CMYK 0.52 0.09 0 0.18
HSL 190.46º 0.54% 0.6% -
HSV(B) 190.46º 0.52% 0.82% -
XYZ 34.73 43.6 66.26 -
YUV 164.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 99 189 208 0.52 0.09 0 0.18 190.46 0.54 0.6
Hex 63 BD D0 34 9 0 12 BE 36 3C
Octal 143 275 320 64 11 0 22 276 66 74
Binary 1100011 10111101 11010000 110100 1001 0 10010 10111110 110110 111100

Color Harmonies of #63BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BDD0

Black with #63BDD0

Text Example


Text Example

White with #63BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,189,208); }

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

background-color css

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

 a { background-color: rgb(99,189,208); }

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

border-color css

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

 span { border-color: rgb(99,189,208); }

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