Html Css Color HEX #569FCC Picton Blue

📋 copy color: '#569FCC'

red 86 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #569FCC

Tints of Picton Blue #569FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 19.15%
G = 35.41%
B = 45.43%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#569FCC (or 0x569FCC) is known color: Picton Blue. HEX triplet: 56, 9F and CC. RGB value is (86,159,204). Sum of RGB (Red+Green+Blue) = 86+159+204=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #569FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FCC is #A96033. Grayscale: #8E8E8E. Windows color (decimal): -11100212 or 13410134. OLE color: 13410134.

HSL color Cylindrical-coordinate representation of color #569FCC: hue angle of 202.88º degrees, saturation: 0.54, 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 #569FCC is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 159 204 -
CMYK 0.58 0.22 0 0.2
HSL 202.88º 0.54% 0.57% -
HSV(B) 202.88º 0.58% 0.8% -
XYZ 27.13 31.13 61.71 -
YUV 142.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 86 159 204 0.58 0.22 0 0.2 202.88 0.54 0.57
Hex 56 9F CC 3A 16 0 14 CB 36 39
Octal 126 237 314 72 26 0 24 313 66 71
Binary 1010110 10011111 11001100 111010 10110 0 10100 11001011 110110 111001

Color Harmonies of #569FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FCC

Black with #569FCC

Text Example


Text Example

White with #569FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,159,204); }

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

background-color css

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

 a { background-color: rgb(86,159,204); }

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

border-color css

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

 span { border-color: rgb(86,159,204); }

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