Html Css Color HEX #05A1BC Pacific Blue

📋 copy color: '#05A1BC'

red 5 ◦ green 161 ◦ blue 188

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

Shades of Pacific Blue #05A1BC

Tints of Pacific Blue #05A1BC

RGB

 RED value IS 5 (2.34% from 255) = 1.41%

 GREEN value IS 161 (63.28% from 255) = 45.48%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 1.41%
G = 45.48%
B = 53.11%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#05A1BC (or 0x05A1BC) is known color: Pacific Blue. HEX triplet: 05, A1 and BC. RGB value is (5,161,188). Sum of RGB (Red+Green+Blue) = 5+161+188=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #05A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1BC is #FA5E43. Grayscale: #757575. Windows color (decimal): -16408132 or 12361989. OLE color: 12361989.

HSL color Cylindrical-coordinate representation of color #05A1BC: hue angle of 188.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A1BC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 161 188 -
CMYK 0.97 0.14 0 0.26
HSL 188.85º 0.95% 0.38% -
HSV(B) 188.85º 0.97% 0.74% -
XYZ 21.88 29.15 52.05 -
YUV 117.43 167.82 47.8 -
System Red Green Blue C M Y K H S L
Decimal 5 161 188 0.97 0.14 0 0.26 188.85 0.95 0.38
Hex 5 A1 BC 61 E 0 1A BD 5F 26
Octal 5 241 274 141 16 0 32 275 137 46
Binary 101 10100001 10111100 1100001 1110 0 11010 10111101 1011111 100110

Color Harmonies of #05A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A1BC

Black with #05A1BC

Text Example


Text Example

White with #05A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A1BC; }

 p { color: rgb(5,161,188); }

 H1.HeaderClassName
 {
   color: #05A1BC;
 }
 .AnyTagClassName
 {
   color: #05A1BC;
 }
</style>

background-color css

<style>
 a { background-color: #05A1BC; }

 a { background-color: rgb(5,161,188); }

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

border-color css

<style>
 span { border-color: #05A1BC; }

 span { border-color: rgb(5,161,188); }

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