Html Css Color HEX #07A0DD Pacific Blue

📋 copy color: '#07A0DD'

red 7 ◦ green 160 ◦ blue 221

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

Shades of Pacific Blue #07A0DD

Tints of Pacific Blue #07A0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 1.8%
G = 41.24%
B = 56.96%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07A0DD (or 0x07A0DD) is known color: Pacific Blue. HEX triplet: 07, A0 and DD. RGB value is (7,160,221). Sum of RGB (Red+Green+Blue) = 7+160+221=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #07A0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0DD is #F85F22. Grayscale: #787878. Windows color (decimal): -16277283 or 14524423. OLE color: 14524423.

HSL color Cylindrical-coordinate representation of color #07A0DD: hue angle of 197.1º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A0DD is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 160 221 -
CMYK 0.97 0.28 0 0.13
HSL 197.1º 0.94% 0.45% -
HSV(B) 197.1º 0.97% 0.87% -
XYZ 25.71 30.41 72.92 -
YUV 121.21 184.31 46.54 -
System Red Green Blue C M Y K H S L
Decimal 7 160 221 0.97 0.28 0 0.13 197.1 0.94 0.45
Hex 7 A0 DD 61 1C 0 D C5 5E 2D
Octal 7 240 335 141 34 0 15 305 136 55
Binary 111 10100000 11011101 1100001 11100 0 1101 11000101 1011110 101101

Color Harmonies of #07A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A0DD

Black with #07A0DD

Text Example


Text Example

White with #07A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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