Html Css Color HEX #5AA8CE Picton Blue

📋 copy color: '#5AA8CE'

red 90 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #5AA8CE

Tints of Picton Blue #5AA8CE

RGB

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

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

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

R = 19.4%
G = 36.21%
B = 44.4%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AA8CE (or 0x5AA8CE) is known color: Picton Blue. HEX triplet: 5A, A8 and CE. RGB value is (90,168,206). Sum of RGB (Red+Green+Blue) = 90+168+206=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA8CE is #A55731. Grayscale: #949494. Windows color (decimal): -10835762 or 13543514. OLE color: 13543514.

HSL color Cylindrical-coordinate representation of color #5AA8CE: hue angle of 199.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA8CE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 168 206 -
CMYK 0.56 0.18 0 0.19
HSL 199.66º 0.54% 0.58% -
HSV(B) 199.66º 0.56% 0.81% -
XYZ 29.36 34.64 63.53 -
YUV 149.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 90 168 206 0.56 0.18 0 0.19 199.66 0.54 0.58
Hex 5A A8 CE 38 12 0 13 C8 36 3A
Octal 132 250 316 70 22 0 23 310 66 72
Binary 1011010 10101000 11001110 111000 10010 0 10011 11001000 110110 111010

Color Harmonies of #5AA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA8CE

Black with #5AA8CE

Text Example


Text Example

White with #5AA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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