Html Css Color HEX #5EABCA Picton Blue

📋 copy color: '#5EABCA'

red 94 ◦ green 171 ◦ blue 202

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

Shades of Picton Blue #5EABCA

Tints of Picton Blue #5EABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

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

R = 20.13%
G = 36.62%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5EABCA (or 0x5EABCA) is known color: Picton Blue. HEX triplet: 5E, AB and CA. RGB value is (94,171,202). Sum of RGB (Red+Green+Blue) = 94+171+202=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABCA is #A15435. Grayscale: #979797. Windows color (decimal): -10572854 or 13282142. OLE color: 13282142.

HSL color Cylindrical-coordinate representation of color #5EABCA: hue angle of 197.22º 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 #5EABCA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 171 202 -
CMYK 0.53 0.15 0 0.21
HSL 197.22º 0.5% 0.58% -
HSV(B) 197.22º 0.53% 0.79% -
XYZ 29.84 35.77 61.21 -
YUV 151.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 94 171 202 0.53 0.15 0 0.21 197.22 0.5 0.58
Hex 5E AB CA 35 F 0 15 C5 32 3A
Octal 136 253 312 65 17 0 25 305 62 72
Binary 1011110 10101011 11001010 110101 1111 0 10101 11000101 110010 111010

Color Harmonies of #5EABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABCA

Black with #5EABCA

Text Example


Text Example

White with #5EABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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