Html Css Color HEX #07A1DD Pacific Blue

📋 copy color: '#07A1DD'

red 7 ◦ green 161 ◦ blue 221

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

Shades of Pacific Blue #07A1DD

Tints of Pacific Blue #07A1DD

RGB

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

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

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

R = 1.8%
G = 41.39%
B = 56.81%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07A1DD (or 0x07A1DD) is known color: Pacific Blue. HEX triplet: 07, A1 and DD. RGB value is (7,161,221). Sum of RGB (Red+Green+Blue) = 7+161+221=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #07A1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1DD is #F85E22. Grayscale: #797979. Windows color (decimal): -16277027 or 14524679. OLE color: 14524679.

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

Color convert

RGB 7 161 221 -
CMYK 0.97 0.27 0 0.13
HSL 196.82º 0.94% 0.45% -
HSV(B) 196.82º 0.97% 0.87% -
XYZ 25.88 30.76 72.98 -
YUV 121.79 183.98 46.12 -
System Red Green Blue C M Y K H S L
Decimal 7 161 221 0.97 0.27 0 0.13 196.82 0.94 0.45
Hex 7 A1 DD 61 1B 0 D C5 5E 2D
Octal 7 241 335 141 33 0 15 305 136 55
Binary 111 10100001 11011101 1100001 11011 0 1101 11000101 1011110 101101

Color Harmonies of #07A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A1DD

Black with #07A1DD

Text Example


Text Example

White with #07A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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