Html Css Color HEX #06A2BC Pacific Blue

📋 copy color: '#06A2BC'

red 6 ◦ green 162 ◦ blue 188

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

Shades of Pacific Blue #06A2BC

Tints of Pacific Blue #06A2BC

RGB

 RED value IS 6 (2.73% from 255) = 1.69%

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

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

R = 1.69%
G = 45.51%
B = 52.81%

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

#06A2BC (or 0x06A2BC) is known color: Pacific Blue. HEX triplet: 06, A2 and BC. RGB value is (6,162,188). Sum of RGB (Red+Green+Blue) = 6+162+188=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A2BC is #F95D43. Grayscale: #767676. Windows color (decimal): -16342340 or 12362246. OLE color: 12362246.

HSL color Cylindrical-coordinate representation of color #06A2BC: hue angle of 188.57º degrees, saturation: 0.94, 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 #06A2BC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 162 188 -
CMYK 0.97 0.14 0 0.26
HSL 188.57º 0.94% 0.38% -
HSV(B) 188.57º 0.97% 0.74% -
XYZ 22.07 29.51 52.11 -
YUV 118.32 167.32 47.89 -
System Red Green Blue C M Y K H S L
Decimal 6 162 188 0.97 0.14 0 0.26 188.57 0.94 0.38
Hex 6 A2 BC 61 E 0 1A BD 5E 26
Octal 6 242 274 141 16 0 32 275 136 46
Binary 110 10100010 10111100 1100001 1110 0 11010 10111101 1011110 100110

Color Harmonies of #06A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A2BC

Black with #06A2BC

Text Example


Text Example

White with #06A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A2BC; }

 p { color: rgb(6,162,188); }

 H1.HeaderClassName
 {
   color: #06A2BC;
 }
 .AnyTagClassName
 {
   color: #06A2BC;
 }
</style>

background-color css

<style>
 a { background-color: #06A2BC; }

 a { background-color: rgb(6,162,188); }

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

border-color css

<style>
 span { border-color: #06A2BC; }

 span { border-color: rgb(6,162,188); }

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