Html Css Color HEX #07A8BE Pacific Blue

📋 copy color: '#07A8BE'

red 7 ◦ green 168 ◦ blue 190

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

Shades of Pacific Blue #07A8BE

Tints of Pacific Blue #07A8BE

RGB

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

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

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

R = 1.92%
G = 46.03%
B = 52.05%

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

#07A8BE (or 0x07A8BE) is known color: Pacific Blue. HEX triplet: 07, A8 and BE. RGB value is (7,168,190). Sum of RGB (Red+Green+Blue) = 7+168+190=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8BE is #F85741. Grayscale: #7A7A7A. Windows color (decimal): -16275266 or 12494855. OLE color: 12494855.

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

Color convert

RGB 7 168 190 -
CMYK 0.96 0.12 0 0.25
HSL 187.21º 0.93% 0.39% -
HSV(B) 187.21º 0.96% 0.75% -
XYZ 23.38 31.77 53.61 -
YUV 122.37 166.16 45.71 -
System Red Green Blue C M Y K H S L
Decimal 7 168 190 0.96 0.12 0 0.25 187.21 0.93 0.39
Hex 7 A8 BE 60 C 0 19 BB 5D 27
Octal 7 250 276 140 14 0 31 273 135 47
Binary 111 10101000 10111110 1100000 1100 0 11001 10111011 1011101 100111

Color Harmonies of #07A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8BE

Black with #07A8BE

Text Example


Text Example

White with #07A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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