Html Css Color HEX #5EACCF Picton Blue

📋 copy color: '#5EACCF'

red 94 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #5EACCF

Tints of Picton Blue #5EACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 19.87%
G = 36.36%
B = 43.76%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EACCF (or 0x5EACCF) is known color: Picton Blue. HEX triplet: 5E, AC and CF. RGB value is (94,172,207). Sum of RGB (Red+Green+Blue) = 94+172+207=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCF is #A15330. Grayscale: #989898. Windows color (decimal): -10572593 or 13610078. OLE color: 13610078.

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

Color convert

RGB 94 172 207 -
CMYK 0.55 0.17 0 0.19
HSL 198.58º 0.54% 0.59% -
HSV(B) 198.58º 0.55% 0.81% -
XYZ 30.63 36.39 64.44 -
YUV 152.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 94 172 207 0.55 0.17 0 0.19 198.58 0.54 0.59
Hex 5E AC CF 37 11 0 13 C7 36 3B
Octal 136 254 317 67 21 0 23 307 66 73
Binary 1011110 10101100 11001111 110111 10001 0 10011 11000111 110110 111011

Color Harmonies of #5EACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACCF

Black with #5EACCF

Text Example


Text Example

White with #5EACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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