Html Css Color HEX #07A0BE Pacific Blue

📋 copy color: '#07A0BE'

red 7 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #07A0BE

Tints of Pacific Blue #07A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 1.96%
G = 44.82%
B = 53.22%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07A0BE (or 0x07A0BE) is known color: Pacific Blue. HEX triplet: 07, A0 and BE. RGB value is (7,160,190). Sum of RGB (Red+Green+Blue) = 7+160+190=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0BE is #F85F41. Grayscale: #757575. Windows color (decimal): -16277314 or 12492807. OLE color: 12492807.

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

Color convert

RGB 7 160 190 -
CMYK 0.96 0.16 0 0.25
HSL 189.84º 0.93% 0.39% -
HSV(B) 189.84º 0.96% 0.75% -
XYZ 21.95 28.9 53.14 -
YUV 117.67 168.81 49.06 -
System Red Green Blue C M Y K H S L
Decimal 7 160 190 0.96 0.16 0 0.25 189.84 0.93 0.39
Hex 7 A0 BE 60 10 0 19 BE 5D 27
Octal 7 240 276 140 20 0 31 276 135 47
Binary 111 10100000 10111110 1100000 10000 0 11001 10111110 1011101 100111

Color Harmonies of #07A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A0BE

Black with #07A0BE

Text Example


Text Example

White with #07A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,160,190); }

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

background-color css

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

 a { background-color: rgb(7,160,190); }

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

border-color css

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

 span { border-color: rgb(7,160,190); }

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