Html Css Color HEX #55AACF Picton Blue

📋 copy color: '#55AACF'

red 85 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #55AACF

Tints of Picton Blue #55AACF

RGB

 RED value IS 85 (33.59% from 255) = 18.4%

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 18.4%
G = 36.8%
B = 44.81%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55AACF (or 0x55AACF) is known color: Picton Blue. HEX triplet: 55, AA and CF. RGB value is (85,170,207). Sum of RGB (Red+Green+Blue) = 85+170+207=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #55AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AACF is #AA5530. Grayscale: #949494. Windows color (decimal): -11162929 or 13609557. OLE color: 13609557.

HSL color Cylindrical-coordinate representation of color #55AACF: hue angle of 198.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AACF is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 170 207 -
CMYK 0.59 0.18 0 0.19
HSL 198.2º 0.56% 0.57% -
HSV(B) 198.2º 0.59% 0.81% -
XYZ 29.38 35.19 64.27 -
YUV 148.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 85 170 207 0.59 0.18 0 0.19 198.2 0.56 0.57
Hex 55 AA CF 3B 12 0 13 C6 38 39
Octal 125 252 317 73 22 0 23 306 70 71
Binary 1010101 10101010 11001111 111011 10010 0 10011 11000110 111000 111001

Color Harmonies of #55AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AACF

Black with #55AACF

Text Example


Text Example

White with #55AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,207); }

 H1.HeaderClassName
 {
   color: #55AACF;
 }
 .AnyTagClassName
 {
   color: #55AACF;
 }
</style>

background-color css

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

 a { background-color: rgb(85,170,207); }

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

border-color css

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

 span { border-color: rgb(85,170,207); }

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