Html Css Color HEX #56AAE0 Picton Blue

📋 copy color: '#56AAE0'

red 86 ◦ green 170 ◦ blue 224

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

Shades of Picton Blue #56AAE0

Tints of Picton Blue #56AAE0

RGB

 RED value IS 86 (33.98% from 255) = 17.92%

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 17.92%
G = 35.42%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#56AAE0 (or 0x56AAE0) is known color: Picton Blue. HEX triplet: 56, AA and E0. RGB value is (86,170,224). Sum of RGB (Red+Green+Blue) = 86+170+224=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #56AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AAE0 is #A9551F. Grayscale: #969696. Windows color (decimal): -11097376 or 14723670. OLE color: 14723670.

HSL color Cylindrical-coordinate representation of color #56AAE0: hue angle of 203.48º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56AAE0 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 170 224 -
CMYK 0.62 0.24 0 0.12
HSL 203.48º 0.69% 0.61% -
HSV(B) 203.48º 0.62% 0.88% -
XYZ 31.67 36.11 75.82 -
YUV 151.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 86 170 224 0.62 0.24 0 0.12 203.48 0.69 0.61
Hex 56 AA E0 3E 18 0 C CB 45 3D
Octal 126 252 340 76 30 0 14 313 105 75
Binary 1010110 10101010 11100000 111110 11000 0 1100 11001011 1000101 111101

Color Harmonies of #56AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AAE0

Black with #56AAE0

Text Example


Text Example

White with #56AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AAE0; }

 p { color: rgb(86,170,224); }

 H1.HeaderClassName
 {
   color: #56AAE0;
 }
 .AnyTagClassName
 {
   color: #56AAE0;
 }
</style>

background-color css

<style>
 a { background-color: #56AAE0; }

 a { background-color: rgb(86,170,224); }

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

border-color css

<style>
 span { border-color: #56AAE0; }

 span { border-color: rgb(86,170,224); }

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