Html Css Color HEX #5AACDA Picton Blue

📋 copy color: '#5AACDA'

red 90 ◦ green 172 ◦ blue 218

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

Shades of Picton Blue #5AACDA

Tints of Picton Blue #5AACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 18.75%
G = 35.83%
B = 45.42%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5AACDA (or 0x5AACDA) is known color: Picton Blue. HEX triplet: 5A, AC and DA. RGB value is (90,172,218). Sum of RGB (Red+Green+Blue) = 90+172+218=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #5AACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACDA is #A55325. Grayscale: #989898. Windows color (decimal): -10834726 or 14330970. OLE color: 14330970.

HSL color Cylindrical-coordinate representation of color #5AACDA: hue angle of 201.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AACDA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 172 218 -
CMYK 0.59 0.21 0 0.15
HSL 201.56º 0.63% 0.6% -
HSV(B) 201.56º 0.59% 0.85% -
XYZ 31.62 36.74 71.75 -
YUV 152.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 90 172 218 0.59 0.21 0 0.15 201.56 0.63 0.6
Hex 5A AC DA 3B 15 0 F CA 3F 3C
Octal 132 254 332 73 25 0 17 312 77 74
Binary 1011010 10101100 11011010 111011 10101 0 1111 11001010 111111 111100

Color Harmonies of #5AACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACDA

Black with #5AACDA

Text Example


Text Example

White with #5AACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,172,218); }

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

background-color css

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

 a { background-color: rgb(90,172,218); }

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

border-color css

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

 span { border-color: rgb(90,172,218); }

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