Html Css Color HEX #63BFD0 Seagull

📋 copy color: '#63BFD0'

red 99 ◦ green 191 ◦ blue 208

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

Shades of Seagull #63BFD0

Tints of Seagull #63BFD0

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

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

R = 19.88%
G = 38.35%
B = 41.77%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63BFD0 (or 0x63BFD0) is known color: Seagull. HEX triplet: 63, BF and D0. RGB value is (99,191,208). Sum of RGB (Red+Green+Blue) = 99+191+208=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #63BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFD0 is #9C402F. Grayscale: #A5A5A5. Windows color (decimal): -10240048 or 13680483. OLE color: 13680483.

HSL color Cylindrical-coordinate representation of color #63BFD0: hue angle of 189.36º 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 #63BFD0 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 191 208 -
CMYK 0.52 0.08 0 0.18
HSL 189.36º 0.54% 0.6% -
HSV(B) 189.36º 0.52% 0.82% -
XYZ 35.16 44.47 66.4 -
YUV 165.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 99 191 208 0.52 0.08 0 0.18 189.36 0.54 0.6
Hex 63 BF D0 34 8 0 12 BD 36 3C
Octal 143 277 320 64 10 0 22 275 66 74
Binary 1100011 10111111 11010000 110100 1000 0 10010 10111101 110110 111100

Color Harmonies of #63BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFD0

Black with #63BFD0

Text Example


Text Example

White with #63BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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