#55AFD9

Color #55AFD9 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #55AFD9

Tints of Picton Blue #55AFD9

Color information

#55AFD9 (or 0x55AFD9) is unknown color: approx Picton Blue. HEX triplet: 55, AF and D9. RGB value is (85,175,217). Sum of RGB (Red+Green+Blue) = 85+175+217=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #55AFD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFD9 is #AA5026. Grayscale: #989898. Windows color (decimal): -11161639 or 14266197. OLE color: 14266197.

HSL color Cylindrical-coordinate representation of color #55AFD9: hue angle of 199.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AFD9 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85175217-
CMYK0.610.1900.15
HSL199.09º63.46%59.22%-
HSV(B)199.09º60.83%85.1%-
XYZ31.637.671.24-
YUV152.88164.1879.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=17.82%
G=36.69%
B=45.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851752170.610.1900.15199.0963.4659.22
Hex55AFD93D130Fc73f3b
Octal12525733175230173077773
Binary10101011010111111011001111101100110111111000111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AFD9; }

 p { color: rgb(85,175,217); }

 H1.HeaderClassName
 {
   color: #55AFD9;
 }
 .AnyTagClassName
 {
   color: #55AFD9;
 }
</style>
background-color css

<style>
 a { background-color: #55AFD9; }

 a { background-color: rgb(85,175,217); }

 div.DivClassName
 {
   background-color: #55AFD9;
 }
 .BgClassName
 {
   background-color: #55AFD9;
 }
</style>
border-color css

<style>
 span { border-color: #55AFD9; }

 span { border-color: rgb(85,175,217); }

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