Html Css Color HEX #63A1D0 Picton Blue

📋 copy color: '#63A1D0'

red 99 ◦ green 161 ◦ blue 208

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

Shades of Picton Blue #63A1D0

Tints of Picton Blue #63A1D0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

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

R = 21.15%
G = 34.4%
B = 44.44%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63A1D0 (or 0x63A1D0) is known color: Picton Blue. HEX triplet: 63, A1 and D0. RGB value is (99,161,208). Sum of RGB (Red+Green+Blue) = 99+161+208=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #63A1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1D0 is #9C5E2F. Grayscale: #939393. Windows color (decimal): -10247728 or 13672803. OLE color: 13672803.

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

Color convert

RGB 99 161 208 -
CMYK 0.52 0.23 0 0.18
HSL 205.87º 0.54% 0.6% -
HSV(B) 205.87º 0.52% 0.82% -
XYZ 29.28 32.7 64.44 -
YUV 147.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 99 161 208 0.52 0.23 0 0.18 205.87 0.54 0.6
Hex 63 A1 D0 34 17 0 12 CE 36 3C
Octal 143 241 320 64 27 0 22 316 66 74
Binary 1100011 10100001 11010000 110100 10111 0 10010 11001110 110110 111100

Color Harmonies of #63A1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A1D0

Black with #63A1D0

Text Example


Text Example

White with #63A1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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