Html Css Color HEX #009ADD Pacific Blue

📋 copy color: '#009ADD'

red 0 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #009ADD

Tints of Pacific Blue #009ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

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

R = 0%
G = 41.07%
B = 58.93%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#009ADD (or 0x009ADD) is known color: Pacific Blue. HEX triplet: 00, 9A and DD. RGB value is (0,154,221). Sum of RGB (Red+Green+Blue) = 0+154+221=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #009ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ADD is #FF6522. Grayscale: #737373. Windows color (decimal): -16737571 or 14522880. OLE color: 14522880.

HSL color Cylindrical-coordinate representation of color #009ADD: hue angle of 198.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ADD is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 154 221 -
CMYK 1 0.30 0 0.13
HSL 198.19º 1% 0.43% -
HSV(B) 198.19º 1% 0.87% -
XYZ 24.61 28.33 72.58 -
YUV 115.59 187.48 45.55 -
System Red Green Blue C M Y K H S L
Decimal 0 154 221 1 0.30 0 0.13 198.19 1 0.43
Hex 0 9A DD 64 1E 0 D C6 64 2B
Octal 0 232 335 144 36 0 15 306 144 53
Binary 0 10011010 11011101 1100100 11110 0 1101 11000110 1100100 101011

Color Harmonies of #009ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ADD

Black with #009ADD

Text Example


Text Example

White with #009ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009ADD; }

 p { color: rgb(0,154,221); }

 H1.HeaderClassName
 {
   color: #009ADD;
 }
 .AnyTagClassName
 {
   color: #009ADD;
 }
</style>

background-color css

<style>
 a { background-color: #009ADD; }

 a { background-color: rgb(0,154,221); }

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

border-color css

<style>
 span { border-color: #009ADD; }

 span { border-color: rgb(0,154,221); }

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