Html Css Color HEX #05A2DB Pacific Blue

📋 copy color: '#05A2DB'

red 5 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #05A2DB

Tints of Pacific Blue #05A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 1.3%
G = 41.97%
B = 56.74%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05A2DB (or 0x05A2DB) is known color: Pacific Blue. HEX triplet: 05, A2 and DB. RGB value is (5,162,219). Sum of RGB (Red+Green+Blue) = 5+162+219=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #05A2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2DB is #FA5D24. Grayscale: #797979. Windows color (decimal): -16407845 or 14393861. OLE color: 14393861.

HSL color Cylindrical-coordinate representation of color #05A2DB: hue angle of 195.98º 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 #05A2DB is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 162 219 -
CMYK 0.98 0.26 0 0.14
HSL 195.98º 0.96% 0.44% -
HSV(B) 195.98º 0.98% 0.86% -
XYZ 25.77 30.99 71.64 -
YUV 121.56 182.99 44.87 -
System Red Green Blue C M Y K H S L
Decimal 5 162 219 0.98 0.26 0 0.14 195.98 0.96 0.44
Hex 5 A2 DB 62 1A 0 E C4 60 2C
Octal 5 242 333 142 32 0 16 304 140 54
Binary 101 10100010 11011011 1100010 11010 0 1110 11000100 1100000 101100

Color Harmonies of #05A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2DB

Black with #05A2DB

Text Example


Text Example

White with #05A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,162,219); }

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

background-color css

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

 a { background-color: rgb(5,162,219); }

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

border-color css

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

 span { border-color: rgb(5,162,219); }

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