Html Css Color HEX #07A1BE Pacific Blue

📋 copy color: '#07A1BE'

red 7 ◦ green 161 ◦ blue 190

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

Shades of Pacific Blue #07A1BE

Tints of Pacific Blue #07A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 1.96%
G = 44.97%
B = 53.07%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07A1BE (or 0x07A1BE) is known color: Pacific Blue. HEX triplet: 07, A1 and BE. RGB value is (7,161,190). Sum of RGB (Red+Green+Blue) = 7+161+190=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1BE is #F85E41. Grayscale: #757575. Windows color (decimal): -16277058 or 12493063. OLE color: 12493063.

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

Color convert

RGB 7 161 190 -
CMYK 0.96 0.15 0 0.25
HSL 189.51º 0.93% 0.39% -
HSV(B) 189.51º 0.96% 0.75% -
XYZ 22.13 29.25 53.2 -
YUV 118.26 168.48 48.64 -
System Red Green Blue C M Y K H S L
Decimal 7 161 190 0.96 0.15 0 0.25 189.51 0.93 0.39
Hex 7 A1 BE 60 F 0 19 BE 5D 27
Octal 7 241 276 140 17 0 31 276 135 47
Binary 111 10100001 10111110 1100000 1111 0 11001 10111110 1011101 100111

Color Harmonies of #07A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A1BE

Black with #07A1BE

Text Example


Text Example

White with #07A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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