Html Css Color HEX #55A8CF Picton Blue

📋 copy color: '#55A8CF'

red 85 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #55A8CF

Tints of Picton Blue #55A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 18.48%
G = 36.52%
B = 45%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55A8CF (or 0x55A8CF) is known color: Picton Blue. HEX triplet: 55, A8 and CF. RGB value is (85,168,207). Sum of RGB (Red+Green+Blue) = 85+168+207=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #55A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8CF is #AA5730. Grayscale: #939393. Windows color (decimal): -11163441 or 13609045. OLE color: 13609045.

HSL color Cylindrical-coordinate representation of color #55A8CF: hue angle of 199.18º 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 #55A8CF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 168 207 -
CMYK 0.59 0.19 0 0.19
HSL 199.18º 0.56% 0.57% -
HSV(B) 199.18º 0.59% 0.81% -
XYZ 29.01 34.44 64.15 -
YUV 147.63 161.5 83.33 -
System Red Green Blue C M Y K H S L
Decimal 85 168 207 0.59 0.19 0 0.19 199.18 0.56 0.57
Hex 55 A8 CF 3B 13 0 13 C7 38 39
Octal 125 250 317 73 23 0 23 307 70 71
Binary 1010101 10101000 11001111 111011 10011 0 10011 11000111 111000 111001

Color Harmonies of #55A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A8CF

Black with #55A8CF

Text Example


Text Example

White with #55A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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