Html Css Color HEX #63B2CE Seagull

📋 copy color: '#63B2CE'

red 99 ◦ green 178 ◦ blue 206

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

Shades of Seagull #63B2CE

Tints of Seagull #63B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 20.5%
G = 36.85%
B = 42.65%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63B2CE (or 0x63B2CE) is known color: Seagull. HEX triplet: 63, B2 and CE. RGB value is (99,178,206). Sum of RGB (Red+Green+Blue) = 99+178+206=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #63B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B2CE is #9C4D31. Grayscale: #9D9D9D. Windows color (decimal): -10243378 or 13546083. OLE color: 13546083.

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

Color convert

RGB 99 178 206 -
CMYK 0.52 0.14 0 0.19
HSL 195.7º 0.52% 0.6% -
HSV(B) 195.7º 0.52% 0.81% -
XYZ 32.21 38.95 64.21 -
YUV 157.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 99 178 206 0.52 0.14 0 0.19 195.7 0.52 0.6
Hex 63 B2 CE 34 E 0 13 C4 34 3C
Octal 143 262 316 64 16 0 23 304 64 74
Binary 1100011 10110010 11001110 110100 1110 0 10011 11000100 110100 111100

Color Harmonies of #63B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B2CE

Black with #63B2CE

Text Example


Text Example

White with #63B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,178,206); }

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

background-color css

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

 a { background-color: rgb(99,178,206); }

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

border-color css

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

 span { border-color: rgb(99,178,206); }

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