Html Css Color HEX #05A6DC Pacific Blue

📋 copy color: '#05A6DC'

red 5 ◦ green 166 ◦ blue 220

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

Shades of Pacific Blue #05A6DC

Tints of Pacific Blue #05A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 1.28%
G = 42.46%
B = 56.27%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05A6DC (or 0x05A6DC) is known color: Pacific Blue. HEX triplet: 05, A6 and DC. RGB value is (5,166,220). Sum of RGB (Red+Green+Blue) = 5+166+220=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #05A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6DC is #FA5923. Grayscale: #7B7B7B. Windows color (decimal): -16406820 or 14460421. OLE color: 14460421.

HSL color Cylindrical-coordinate representation of color #05A6DC: hue angle of 195.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6DC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 166 220 -
CMYK 0.98 0.25 0 0.14
HSL 195.07º 0.96% 0.44% -
HSV(B) 195.07º 0.98% 0.86% -
XYZ 26.62 32.47 72.58 -
YUV 124.02 182.16 43.11 -
System Red Green Blue C M Y K H S L
Decimal 5 166 220 0.98 0.25 0 0.14 195.07 0.96 0.44
Hex 5 A6 DC 62 19 0 E C3 60 2C
Octal 5 246 334 142 31 0 16 303 140 54
Binary 101 10100110 11011100 1100010 11001 0 1110 11000011 1100000 101100

Color Harmonies of #05A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A6DC

Black with #05A6DC

Text Example


Text Example

White with #05A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,166,220); }

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

background-color css

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

 a { background-color: rgb(5,166,220); }

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

border-color css

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

 span { border-color: rgb(5,166,220); }

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