Html Css Color HEX #5EAACA Picton Blue

📋 copy color: '#5EAACA'

red 94 ◦ green 170 ◦ blue 202

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

Shades of Picton Blue #5EAACA

Tints of Picton Blue #5EAACA

RGB

 RED value IS 94 (37.11% from 255) = 20.17%

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 20.17%
G = 36.48%
B = 43.35%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5EAACA (or 0x5EAACA) is known color: Picton Blue. HEX triplet: 5E, AA and CA. RGB value is (94,170,202). Sum of RGB (Red+Green+Blue) = 94+170+202=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAACA is #A15535. Grayscale: #969696. Windows color (decimal): -10573110 or 13281886. OLE color: 13281886.

HSL color Cylindrical-coordinate representation of color #5EAACA: hue angle of 197.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EAACA is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 170 202 -
CMYK 0.53 0.16 0 0.21
HSL 197.78º 0.5% 0.58% -
HSV(B) 197.78º 0.53% 0.79% -
XYZ 29.65 35.39 61.15 -
YUV 150.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 94 170 202 0.53 0.16 0 0.21 197.78 0.5 0.58
Hex 5E AA CA 35 10 0 15 C6 32 3A
Octal 136 252 312 65 20 0 25 306 62 72
Binary 1011110 10101010 11001010 110101 10000 0 10101 11000110 110010 111010

Color Harmonies of #5EAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAACA

Black with #5EAACA

Text Example


Text Example

White with #5EAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,202); }

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

background-color css

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

 a { background-color: rgb(94,170,202); }

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

border-color css

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

 span { border-color: rgb(94,170,202); }

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