Html Css Color HEX #569CCB Picton Blue

📋 copy color: '#569CCB'

red 86 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #569CCB

Tints of Picton Blue #569CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

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

R = 19.33%
G = 35.06%
B = 45.62%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569CCB (or 0x569CCB) is known color: Picton Blue. HEX triplet: 56, 9C and CB. RGB value is (86,156,203). Sum of RGB (Red+Green+Blue) = 86+156+203=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #569CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCB is #A96334. Grayscale: #8C8C8C. Windows color (decimal): -11100981 or 13343830. OLE color: 13343830.

HSL color Cylindrical-coordinate representation of color #569CCB: hue angle of 204.1º 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 #569CCB is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 156 203 -
CMYK 0.58 0.23 0 0.20
HSL 204.1º 0.53% 0.57% -
HSV(B) 204.1º 0.58% 0.8% -
XYZ 26.51 30.07 60.91 -
YUV 140.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 86 156 203 0.58 0.23 0 0.20 204.1 0.53 0.57
Hex 56 9C CB 3A 17 0 14 CC 35 39
Octal 126 234 313 72 27 0 24 314 65 71
Binary 1010110 10011100 11001011 111010 10111 0 10100 11001100 110101 111001

Color Harmonies of #569CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CCB

Black with #569CCB

Text Example


Text Example

White with #569CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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