Html Css Color HEX #56A8CF Picton Blue

📋 copy color: '#56A8CF'

red 86 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #56A8CF

Tints of Picton Blue #56A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 18.66%
G = 36.44%
B = 44.9%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56A8CF (or 0x56A8CF) is known color: Picton Blue. HEX triplet: 56, A8 and CF. RGB value is (86,168,207). Sum of RGB (Red+Green+Blue) = 86+168+207=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #56A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CF is #A95730. Grayscale: #939393. Windows color (decimal): -11097905 or 13609046. OLE color: 13609046.

HSL color Cylindrical-coordinate representation of color #56A8CF: hue angle of 199.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A8CF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 168 207 -
CMYK 0.58 0.19 0 0.19
HSL 199.34º 0.56% 0.57% -
HSV(B) 199.34º 0.58% 0.81% -
XYZ 29.1 34.49 64.15 -
YUV 147.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 86 168 207 0.58 0.19 0 0.19 199.34 0.56 0.57
Hex 56 A8 CF 3A 13 0 13 C7 38 39
Octal 126 250 317 72 23 0 23 307 70 71
Binary 1010110 10101000 11001111 111010 10011 0 10011 11000111 111000 111001

Color Harmonies of #56A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8CF

Black with #56A8CF

Text Example


Text Example

White with #56A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,207); }

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

background-color css

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

 a { background-color: rgb(86,168,207); }

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

border-color css

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

 span { border-color: rgb(86,168,207); }

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