Html Css Color HEX #07A8BF Pacific Blue

📋 copy color: '#07A8BF'

red 7 ◦ green 168 ◦ blue 191

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

Shades of Pacific Blue #07A8BF

Tints of Pacific Blue #07A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

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

R = 1.91%
G = 45.9%
B = 52.19%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07A8BF (or 0x07A8BF) is known color: Pacific Blue. HEX triplet: 07, A8 and BF. RGB value is (7,168,191). Sum of RGB (Red+Green+Blue) = 7+168+191=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #07A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8BF is #F85740. Grayscale: #7A7A7A. Windows color (decimal): -16275265 or 12560391. OLE color: 12560391.

HSL color Cylindrical-coordinate representation of color #07A8BF: hue angle of 187.5º 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 #07A8BF is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 168 191 -
CMYK 0.96 0.12 0 0.25
HSL 187.5º 0.93% 0.39% -
HSV(B) 187.5º 0.96% 0.75% -
XYZ 23.49 31.81 54.19 -
YUV 122.48 166.66 45.63 -
System Red Green Blue C M Y K H S L
Decimal 7 168 191 0.96 0.12 0 0.25 187.5 0.93 0.39
Hex 7 A8 BF 60 C 0 19 BC 5D 27
Octal 7 250 277 140 14 0 31 274 135 47
Binary 111 10101000 10111111 1100000 1100 0 11001 10111100 1011101 100111

Color Harmonies of #07A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8BF

Black with #07A8BF

Text Example


Text Example

White with #07A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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