Html Css Color HEX #5AA8DF Picton Blue

📋 copy color: '#5AA8DF'

red 90 ◦ green 168 ◦ blue 223

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

Shades of Picton Blue #5AA8DF

Tints of Picton Blue #5AA8DF

RGB

 RED value IS 90 (35.55% from 255) = 18.71%

 GREEN value IS 168 (66.02% from 255) = 34.93%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 18.71%
G = 34.93%
B = 46.36%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AA8DF (or 0x5AA8DF) is known color: Picton Blue. HEX triplet: 5A, A8 and DF. RGB value is (90,168,223). Sum of RGB (Red+Green+Blue) = 90+168+223=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AA8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA8DF is #A55720. Grayscale: #969696. Windows color (decimal): -10835745 or 14657626. OLE color: 14657626.

HSL color Cylindrical-coordinate representation of color #5AA8DF: hue angle of 204.81º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AA8DF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 168 223 -
CMYK 0.60 0.25 0 0.13
HSL 204.81º 0.68% 0.61% -
HSV(B) 204.81º 0.6% 0.87% -
XYZ 31.54 35.51 75 -
YUV 150.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 90 168 223 0.60 0.25 0 0.13 204.81 0.68 0.61
Hex 5A A8 DF 3C 19 0 D CD 44 3D
Octal 132 250 337 74 31 0 15 315 104 75
Binary 1011010 10101000 11011111 111100 11001 0 1101 11001101 1000100 111101

Color Harmonies of #5AA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA8DF

Black with #5AA8DF

Text Example


Text Example

White with #5AA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA8DF; }

 p { color: rgb(90,168,223); }

 H1.HeaderClassName
 {
   color: #5AA8DF;
 }
 .AnyTagClassName
 {
   color: #5AA8DF;
 }
</style>

background-color css

<style>
 a { background-color: #5AA8DF; }

 a { background-color: rgb(90,168,223); }

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

border-color css

<style>
 span { border-color: #5AA8DF; }

 span { border-color: rgb(90,168,223); }

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