Html Css Color HEX #07A6BF Pacific Blue

📋 copy color: '#07A6BF'

red 7 ◦ green 166 ◦ blue 191

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

Shades of Pacific Blue #07A6BF

Tints of Pacific Blue #07A6BF

RGB

 RED value IS 7 (3.13% from 255) = 1.92%

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

 BLUE value IS 191 (75% from 255) = 52.47%

R = 1.92%
G = 45.6%
B = 52.47%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07A6BF (or 0x07A6BF) is known color: Pacific Blue. HEX triplet: 07, A6 and BF. RGB value is (7,166,191). Sum of RGB (Red+Green+Blue) = 7+166+191=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #07A6BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6BF is #F85940. Grayscale: #797979. Windows color (decimal): -16275777 or 12559879. OLE color: 12559879.

HSL color Cylindrical-coordinate representation of color #07A6BF: hue angle of 188.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A6BF is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 166 191 -
CMYK 0.96 0.13 0 0.25
HSL 188.15º 0.93% 0.39% -
HSV(B) 188.15º 0.96% 0.75% -
XYZ 23.13 31.08 54.07 -
YUV 121.31 167.32 46.47 -
System Red Green Blue C M Y K H S L
Decimal 7 166 191 0.96 0.13 0 0.25 188.15 0.93 0.39
Hex 7 A6 BF 60 D 0 19 BC 5D 27
Octal 7 246 277 140 15 0 31 274 135 47
Binary 111 10100110 10111111 1100000 1101 0 11001 10111100 1011101 100111

Color Harmonies of #07A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A6BF

Black with #07A6BF

Text Example


Text Example

White with #07A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A6BF; }

 p { color: rgb(7,166,191); }

 H1.HeaderClassName
 {
   color: #07A6BF;
 }
 .AnyTagClassName
 {
   color: #07A6BF;
 }
</style>

background-color css

<style>
 a { background-color: #07A6BF; }

 a { background-color: rgb(7,166,191); }

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

border-color css

<style>
 span { border-color: #07A6BF; }

 span { border-color: rgb(7,166,191); }

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