Html Css Color HEX #569ACB Picton Blue

📋 copy color: '#569ACB'

red 86 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #569ACB

Tints of Picton Blue #569ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 19.41%
G = 34.76%
B = 45.82%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569ACB (or 0x569ACB) is known color: Picton Blue. HEX triplet: 56, 9A and CB. RGB value is (86,154,203). Sum of RGB (Red+Green+Blue) = 86+154+203=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #569ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ACB is #A96534. Grayscale: #8A8A8A. Windows color (decimal): -11101493 or 13343318. OLE color: 13343318.

HSL color Cylindrical-coordinate representation of color #569ACB: hue angle of 205.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569ACB is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 154 203 -
CMYK 0.58 0.24 0 0.20
HSL 205.13º 0.53% 0.57% -
HSV(B) 205.13º 0.58% 0.8% -
XYZ 26.17 29.4 60.8 -
YUV 139.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 86 154 203 0.58 0.24 0 0.20 205.13 0.53 0.57
Hex 56 9A CB 3A 18 0 14 CD 35 39
Octal 126 232 313 72 30 0 24 315 65 71
Binary 1010110 10011010 11001011 111010 11000 0 10100 11001101 110101 111001

Color Harmonies of #569ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ACB

Black with #569ACB

Text Example


Text Example

White with #569ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569ACB; }

 p { color: rgb(86,154,203); }

 H1.HeaderClassName
 {
   color: #569ACB;
 }
 .AnyTagClassName
 {
   color: #569ACB;
 }
</style>

background-color css

<style>
 a { background-color: #569ACB; }

 a { background-color: rgb(86,154,203); }

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

border-color css

<style>
 span { border-color: #569ACB; }

 span { border-color: rgb(86,154,203); }

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