Html Css Color HEX #07A6DD Pacific Blue

📋 copy color: '#07A6DD'

red 7 ◦ green 166 ◦ blue 221

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

Shades of Pacific Blue #07A6DD

Tints of Pacific Blue #07A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 1.78%
G = 42.13%
B = 56.09%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07A6DD (or 0x07A6DD) is known color: Pacific Blue. HEX triplet: 07, A6 and DD. RGB value is (7,166,221). Sum of RGB (Red+Green+Blue) = 7+166+221=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #07A6DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6DD is #F85922. Grayscale: #7C7C7C. Windows color (decimal): -16275747 or 14525959. OLE color: 14525959.

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

Color convert

RGB 7 166 221 -
CMYK 0.97 0.25 0 0.13
HSL 195.42º 0.94% 0.45% -
HSV(B) 195.42º 0.97% 0.87% -
XYZ 26.77 32.54 73.28 -
YUV 124.73 182.32 44.03 -
System Red Green Blue C M Y K H S L
Decimal 7 166 221 0.97 0.25 0 0.13 195.42 0.94 0.45
Hex 7 A6 DD 61 19 0 D C3 5E 2D
Octal 7 246 335 141 31 0 15 303 136 55
Binary 111 10100110 11011101 1100001 11001 0 1101 11000011 1011110 101101

Color Harmonies of #07A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A6DD

Black with #07A6DD

Text Example


Text Example

White with #07A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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