Html Css Color HEX #5EA1CB Picton Blue

📋 copy color: '#5EA1CB'

red 94 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #5EA1CB

Tints of Picton Blue #5EA1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 20.52%
G = 35.15%
B = 44.32%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EA1CB (or 0x5EA1CB) is known color: Picton Blue. HEX triplet: 5E, A1 and CB. RGB value is (94,161,203). Sum of RGB (Red+Green+Blue) = 94+161+203=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA1CB is #A15E34. Grayscale: #919191. Windows color (decimal): -10575413 or 13345118. OLE color: 13345118.

HSL color Cylindrical-coordinate representation of color #5EA1CB: hue angle of 203.12º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA1CB is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 161 203 -
CMYK 0.54 0.21 0 0.20
HSL 203.12º 0.51% 0.58% -
HSV(B) 203.12º 0.54% 0.8% -
XYZ 28.14 32.18 61.23 -
YUV 145.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 94 161 203 0.54 0.21 0 0.20 203.12 0.51 0.58
Hex 5E A1 CB 36 15 0 14 CB 33 3A
Octal 136 241 313 66 25 0 24 313 63 72
Binary 1011110 10100001 11001011 110110 10101 0 10100 11001011 110011 111010

Color Harmonies of #5EA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA1CB

Black with #5EA1CB

Text Example


Text Example

White with #5EA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,161,203); }

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

background-color css

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

 a { background-color: rgb(94,161,203); }

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

border-color css

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

 span { border-color: rgb(94,161,203); }

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