Html Css Color HEX #56A4DF Picton Blue

📋 copy color: '#56A4DF'

red 86 ◦ green 164 ◦ blue 223

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

Shades of Picton Blue #56A4DF

Tints of Picton Blue #56A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 18.18%
G = 34.67%
B = 47.15%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#56A4DF (or 0x56A4DF) is known color: Picton Blue. HEX triplet: 56, A4 and DF. RGB value is (86,164,223). Sum of RGB (Red+Green+Blue) = 86+164+223=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #56A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A4DF is #A95B20. Grayscale: #939393. Windows color (decimal): -11098913 or 14656598. OLE color: 14656598.

HSL color Cylindrical-coordinate representation of color #56A4DF: hue angle of 205.84º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A4DF is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 164 223 -
CMYK 0.61 0.26 0 0.13
HSL 205.84º 0.68% 0.61% -
HSV(B) 205.84º 0.61% 0.87% -
XYZ 30.43 33.86 74.74 -
YUV 147.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 86 164 223 0.61 0.26 0 0.13 205.84 0.68 0.61
Hex 56 A4 DF 3D 1A 0 D CE 44 3D
Octal 126 244 337 75 32 0 15 316 104 75
Binary 1010110 10100100 11011111 111101 11010 0 1101 11001110 1000100 111101

Color Harmonies of #56A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A4DF

Black with #56A4DF

Text Example


Text Example

White with #56A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,164,223); }

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

background-color css

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

 a { background-color: rgb(86,164,223); }

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

border-color css

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

 span { border-color: rgb(86,164,223); }

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