Html Css Color HEX #009AE0 Pacific Blue

📋 copy color: '#009AE0'

red 0 ◦ green 154 ◦ blue 224

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

Shades of Pacific Blue #009AE0

Tints of Pacific Blue #009AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.26%

R = 0%
G = 40.74%
B = 59.26%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#009AE0 (or 0x009AE0) is known color: Pacific Blue. HEX triplet: 00, 9A and E0. RGB value is (0,154,224). Sum of RGB (Red+Green+Blue) = 0+154+224=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #009AE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AE0 is #FF651F. Grayscale: #737373. Windows color (decimal): -16737568 or 14719488. OLE color: 14719488.

HSL color Cylindrical-coordinate representation of color #009AE0: hue angle of 198.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AE0 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 154 224 -
CMYK 1 0.31 0 0.12
HSL 198.75º 1% 0.44% -
HSV(B) 198.75º 1% 0.88% -
XYZ 25.01 28.49 74.7 -
YUV 115.93 188.98 45.31 -
System Red Green Blue C M Y K H S L
Decimal 0 154 224 1 0.31 0 0.12 198.75 1 0.44
Hex 0 9A E0 64 1F 0 C C7 64 2C
Octal 0 232 340 144 37 0 14 307 144 54
Binary 0 10011010 11100000 1100100 11111 0 1100 11000111 1100100 101100

Color Harmonies of #009AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AE0

Black with #009AE0

Text Example


Text Example

White with #009AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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