Html Css Color HEX #55ACD6 Picton Blue

📋 copy color: '#55ACD6'

red 85 ◦ green 172 ◦ blue 214

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

Shades of Picton Blue #55ACD6

Tints of Picton Blue #55ACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 18.05%
G = 36.52%
B = 45.44%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#55ACD6 (or 0x55ACD6) is known color: Picton Blue. HEX triplet: 55, AC and D6. RGB value is (85,172,214). Sum of RGB (Red+Green+Blue) = 85+172+214=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #55ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACD6 is #AA5329. Grayscale: #969696. Windows color (decimal): -11162410 or 14068821. OLE color: 14068821.

HSL color Cylindrical-coordinate representation of color #55ACD6: hue angle of 199.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55ACD6 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 172 214 -
CMYK 0.60 0.20 0 0.16
HSL 199.53º 0.61% 0.59% -
HSV(B) 199.53º 0.6% 0.84% -
XYZ 30.64 36.29 69.01 -
YUV 150.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 85 172 214 0.60 0.20 0 0.16 199.53 0.61 0.59
Hex 55 AC D6 3C 14 0 10 C8 3D 3B
Octal 125 254 326 74 24 0 20 310 75 73
Binary 1010101 10101100 11010110 111100 10100 0 10000 11001000 111101 111011

Color Harmonies of #55ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACD6

Black with #55ACD6

Text Example


Text Example

White with #55ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,172,214); }

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

background-color css

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

 a { background-color: rgb(85,172,214); }

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

border-color css

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

 span { border-color: rgb(85,172,214); }

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