Html Css Color HEX #05A7D5 Pacific Blue

📋 copy color: '#05A7D5'

red 5 ◦ green 167 ◦ blue 213

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

Shades of Pacific Blue #05A7D5

Tints of Pacific Blue #05A7D5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.38%

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 1.3%
G = 43.38%
B = 55.32%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#05A7D5 (or 0x05A7D5) is known color: Pacific Blue. HEX triplet: 05, A7 and D5. RGB value is (5,167,213). Sum of RGB (Red+Green+Blue) = 5+167+213=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #05A7D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A7D5 is #FA582A. Grayscale: #7B7B7B. Windows color (decimal): -16406571 or 14001925. OLE color: 14001925.

HSL color Cylindrical-coordinate representation of color #05A7D5: hue angle of 193.27º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A7D5 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 167 213 -
CMYK 0.98 0.22 0 0.16
HSL 193.27º 0.95% 0.43% -
HSV(B) 193.27º 0.98% 0.84% -
XYZ 25.89 32.47 67.85 -
YUV 123.81 178.33 43.26 -
System Red Green Blue C M Y K H S L
Decimal 5 167 213 0.98 0.22 0 0.16 193.27 0.95 0.43
Hex 5 A7 D5 62 16 0 10 C1 5F 2B
Octal 5 247 325 142 26 0 20 301 137 53
Binary 101 10100111 11010101 1100010 10110 0 10000 11000001 1011111 101011

Color Harmonies of #05A7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A7D5

Black with #05A7D5

Text Example


Text Example

White with #05A7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,167,213); }

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

background-color css

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

 a { background-color: rgb(5,167,213); }

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

border-color css

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

 span { border-color: rgb(5,167,213); }

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