Html Css Color HEX #05A2CC Pacific Blue

📋 copy color: '#05A2CC'

red 5 ◦ green 162 ◦ blue 204

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

Shades of Pacific Blue #05A2CC

Tints of Pacific Blue #05A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 1.35%
G = 43.67%
B = 54.99%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05A2CC (or 0x05A2CC) is known color: Pacific Blue. HEX triplet: 05, A2 and CC. RGB value is (5,162,204). Sum of RGB (Red+Green+Blue) = 5+162+204=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #05A2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2CC is #FA5D33. Grayscale: #777777. Windows color (decimal): -16407860 or 13410821. OLE color: 13410821.

HSL color Cylindrical-coordinate representation of color #05A2CC: hue angle of 192.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A2CC is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 162 204 -
CMYK 0.98 0.21 0 0.2
HSL 192.66º 0.95% 0.41% -
HSV(B) 192.66º 0.98% 0.8% -
XYZ 23.88 30.23 61.7 -
YUV 119.85 175.49 46.08 -
System Red Green Blue C M Y K H S L
Decimal 5 162 204 0.98 0.21 0 0.2 192.66 0.95 0.41
Hex 5 A2 CC 62 15 0 14 C1 5F 29
Octal 5 242 314 142 25 0 24 301 137 51
Binary 101 10100010 11001100 1100010 10101 0 10100 11000001 1011111 101001

Color Harmonies of #05A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2CC

Black with #05A2CC

Text Example


Text Example

White with #05A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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