Html Css Color HEX #63B0CB Seagull

📋 copy color: '#63B0CB'

red 99 ◦ green 176 ◦ blue 203

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

Shades of Seagull #63B0CB

Tints of Seagull #63B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 20.71%
G = 36.82%
B = 42.47%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63B0CB (or 0x63B0CB) is known color: Seagull. HEX triplet: 63, B0 and CB. RGB value is (99,176,203). Sum of RGB (Red+Green+Blue) = 99+176+203=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #63B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0CB is #9C4F34. Grayscale: #9B9B9B. Windows color (decimal): -10243893 or 13348963. OLE color: 13348963.

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

Color convert

RGB 99 176 203 -
CMYK 0.51 0.13 0 0.20
HSL 195.58º 0.5% 0.59% -
HSV(B) 195.58º 0.51% 0.8% -
XYZ 31.45 38.02 62.18 -
YUV 156.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 99 176 203 0.51 0.13 0 0.20 195.58 0.5 0.59
Hex 63 B0 CB 33 D 0 14 C4 32 3B
Octal 143 260 313 63 15 0 24 304 62 73
Binary 1100011 10110000 11001011 110011 1101 0 10100 11000100 110010 111011

Color Harmonies of #63B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B0CB

Black with #63B0CB

Text Example


Text Example

White with #63B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,176,203); }

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

background-color css

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

 a { background-color: rgb(99,176,203); }

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

border-color css

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

 span { border-color: rgb(99,176,203); }

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