Html Css Color HEX #5EACCB Picton Blue

📋 copy color: '#5EACCB'

red 94 ◦ green 172 ◦ blue 203

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

Shades of Picton Blue #5EACCB

Tints of Picton Blue #5EACCB

RGB

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

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

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

R = 20.04%
G = 36.67%
B = 43.28%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EACCB (or 0x5EACCB) is known color: Picton Blue. HEX triplet: 5E, AC and CB. RGB value is (94,172,203). Sum of RGB (Red+Green+Blue) = 94+172+203=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCB is #A15334. Grayscale: #989898. Windows color (decimal): -10572597 or 13347934. OLE color: 13347934.

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

Color convert

RGB 94 172 203 -
CMYK 0.54 0.15 0 0.20
HSL 197.06º 0.51% 0.58% -
HSV(B) 197.06º 0.54% 0.8% -
XYZ 30.15 36.2 61.9 -
YUV 152.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 94 172 203 0.54 0.15 0 0.20 197.06 0.51 0.58
Hex 5E AC CB 36 F 0 14 C5 33 3A
Octal 136 254 313 66 17 0 24 305 63 72
Binary 1011110 10101100 11001011 110110 1111 0 10100 11000101 110011 111010

Color Harmonies of #5EACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACCB

Black with #5EACCB

Text Example


Text Example

White with #5EACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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