Html Css Color HEX #00A2D7 Pacific Blue

📋 copy color: '#00A2D7'

red 0 ◦ green 162 ◦ blue 215

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

Shades of Pacific Blue #00A2D7

Tints of Pacific Blue #00A2D7

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 162 (63.67% from 255) = 42.97%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 0%
G = 42.97%
B = 57.03%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#00A2D7 (or 0x00A2D7) is known color: Pacific Blue. HEX triplet: 00, A2 and D7. RGB value is (0,162,215). Sum of RGB (Red+Green+Blue) = 0+162+215=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #00A2D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2D7 is #FF5D28. Grayscale: #777777. Windows color (decimal): -16735529 or 14131712. OLE color: 14131712.

HSL color Cylindrical-coordinate representation of color #00A2D7: hue angle of 194.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A2D7 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 162 215 -
CMYK 1 0.25 0 0.16
HSL 194.79º 1% 0.42% -
HSV(B) 194.79º 1% 0.84% -
XYZ 25.19 30.75 68.9 -
YUV 119.6 181.83 42.69 -
System Red Green Blue C M Y K H S L
Decimal 0 162 215 1 0.25 0 0.16 194.79 1 0.42
Hex 0 A2 D7 64 19 0 10 C3 64 2A
Octal 0 242 327 144 31 0 20 303 144 52
Binary 0 10100010 11010111 1100100 11001 0 10000 11000011 1100100 101010

Color Harmonies of #00A2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A2D7

Black with #00A2D7

Text Example


Text Example

White with #00A2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A2D7; }

 p { color: rgb(0,162,215); }

 H1.HeaderClassName
 {
   color: #00A2D7;
 }
 .AnyTagClassName
 {
   color: #00A2D7;
 }
</style>

background-color css

<style>
 a { background-color: #00A2D7; }

 a { background-color: rgb(0,162,215); }

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

border-color css

<style>
 span { border-color: #00A2D7; }

 span { border-color: rgb(0,162,215); }

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