Html Css Color HEX #63A5C5 Picton Blue

📋 copy color: '#63A5C5'

red 99 ◦ green 165 ◦ blue 197

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

Shades of Picton Blue #63A5C5

Tints of Picton Blue #63A5C5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 21.48%
G = 35.79%
B = 42.73%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#63A5C5 (or 0x63A5C5) is known color: Picton Blue. HEX triplet: 63, A5 and C5. RGB value is (99,165,197). Sum of RGB (Red+Green+Blue) = 99+165+197=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #63A5C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5C5 is #9C5A3A. Grayscale: #949494. Windows color (decimal): -10246715 or 12952931. OLE color: 12952931.

HSL color Cylindrical-coordinate representation of color #63A5C5: hue angle of 199.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A5C5 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 165 197 -
CMYK 0.50 0.16 0 0.23
HSL 199.59º 0.46% 0.58% -
HSV(B) 199.59º 0.5% 0.77% -
XYZ 28.68 33.59 57.8 -
YUV 148.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 99 165 197 0.50 0.16 0 0.23 199.59 0.46 0.58
Hex 63 A5 C5 32 10 0 17 C8 2E 3A
Octal 143 245 305 62 20 0 27 310 56 72
Binary 1100011 10100101 11000101 110010 10000 0 10111 11001000 101110 111010

Color Harmonies of #63A5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5C5

Black with #63A5C5

Text Example


Text Example

White with #63A5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,165,197); }

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

background-color css

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

 a { background-color: rgb(99,165,197); }

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

border-color css

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

 span { border-color: rgb(99,165,197); }

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