Html Css Color HEX #57ACD4 Picton Blue

📋 copy color: '#57ACD4'

red 87 ◦ green 172 ◦ blue 212

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

Shades of Picton Blue #57ACD4

Tints of Picton Blue #57ACD4

RGB

 RED value IS 87 (34.38% from 255) = 18.47%

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 18.47%
G = 36.52%
B = 45.01%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#57ACD4 (or 0x57ACD4) is known color: Picton Blue. HEX triplet: 57, AC and D4. RGB value is (87,172,212). Sum of RGB (Red+Green+Blue) = 87+172+212=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #57ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACD4 is #A8532B. Grayscale: #969696. Windows color (decimal): -11031340 or 13937751. OLE color: 13937751.

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

Color convert

RGB 87 172 212 -
CMYK 0.59 0.19 0 0.17
HSL 199.2º 0.59% 0.59% -
HSV(B) 199.2º 0.59% 0.83% -
XYZ 30.57 36.28 67.68 -
YUV 151.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 87 172 212 0.59 0.19 0 0.17 199.2 0.59 0.59
Hex 57 AC D4 3B 13 0 11 C7 3B 3B
Octal 127 254 324 73 23 0 21 307 73 73
Binary 1010111 10101100 11010100 111011 10011 0 10001 11000111 111011 111011

Color Harmonies of #57ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACD4

Black with #57ACD4

Text Example


Text Example

White with #57ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57ACD4; }

 p { color: rgb(87,172,212); }

 H1.HeaderClassName
 {
   color: #57ACD4;
 }
 .AnyTagClassName
 {
   color: #57ACD4;
 }
</style>

background-color css

<style>
 a { background-color: #57ACD4; }

 a { background-color: rgb(87,172,212); }

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

border-color css

<style>
 span { border-color: #57ACD4; }

 span { border-color: rgb(87,172,212); }

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