Html Css Color HEX #569CCF Picton Blue

📋 copy color: '#569CCF'

red 86 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #569CCF

Tints of Picton Blue #569CCF

RGB

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

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

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

R = 19.15%
G = 34.74%
B = 46.1%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#569CCF (or 0x569CCF) is known color: Picton Blue. HEX triplet: 56, 9C and CF. RGB value is (86,156,207). Sum of RGB (Red+Green+Blue) = 86+156+207=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #569CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCF is #A96330. Grayscale: #8C8C8C. Windows color (decimal): -11100977 or 13605974. OLE color: 13605974.

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

Color convert

RGB 86 156 207 -
CMYK 0.58 0.25 0 0.19
HSL 205.29º 0.56% 0.57% -
HSV(B) 205.29º 0.58% 0.81% -
XYZ 26.99 30.26 63.45 -
YUV 140.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 86 156 207 0.58 0.25 0 0.19 205.29 0.56 0.57
Hex 56 9C CF 3A 19 0 13 CD 38 39
Octal 126 234 317 72 31 0 23 315 70 71
Binary 1010110 10011100 11001111 111010 11001 0 10011 11001101 111000 111001

Color Harmonies of #569CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CCF

Black with #569CCF

Text Example


Text Example

White with #569CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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