Html Css Color HEX #63BECC Seagull

📋 copy color: '#63BECC'

red 99 ◦ green 190 ◦ blue 204

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

Shades of Seagull #63BECC

Tints of Seagull #63BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 20.08%
G = 38.54%
B = 41.38%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63BECC (or 0x63BECC) is known color: Seagull. HEX triplet: 63, BE and CC. RGB value is (99,190,204). Sum of RGB (Red+Green+Blue) = 99+190+204=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #63BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BECC is #9C4133. Grayscale: #A4A4A4. Windows color (decimal): -10240308 or 13418083. OLE color: 13418083.

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

Color convert

RGB 99 190 204 -
CMYK 0.51 0.07 0 0.2
HSL 188º 0.51% 0.59% -
HSV(B) 188º 0.51% 0.8% -
XYZ 34.46 43.84 63.77 -
YUV 164.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 99 190 204 0.51 0.07 0 0.2 188 0.51 0.59
Hex 63 BE CC 33 7 0 14 BC 33 3B
Octal 143 276 314 63 7 0 24 274 63 73
Binary 1100011 10111110 11001100 110011 111 0 10100 10111100 110011 111011

Color Harmonies of #63BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BECC

Black with #63BECC

Text Example


Text Example

White with #63BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,190,204); }

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

background-color css

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

 a { background-color: rgb(99,190,204); }

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

border-color css

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

 span { border-color: rgb(99,190,204); }

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