Html Css Color HEX #009AE7 Pacific Blue

📋 copy color: '#009AE7'

red 0 ◦ green 154 ◦ blue 231

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

Shades of Pacific Blue #009AE7

Tints of Pacific Blue #009AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#009AE7 (or 0x009AE7) is known color: Pacific Blue. HEX triplet: 00, 9A and E7. RGB value is (0,154,231). Sum of RGB (Red+Green+Blue) = 0+154+231=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 231 (90.62% from 255 or 60% from 385); Max value from RGB is 231 - color contains mainly: blue. Hex color #009AE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AE7 is #FF6518. Grayscale: #747474. Windows color (decimal): -16737561 or 15178240. OLE color: 15178240.

HSL color Cylindrical-coordinate representation of color #009AE7: hue angle of 200º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AE7 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 154 231 -
CMYK 1 0.33 0 0.09
HSL 200º 1% 0.45% -
HSV(B) 200º 1% 0.91% -
XYZ 25.98 28.88 79.81 -
YUV 116.73 192.48 44.74 -
System Red Green Blue C M Y K H S L
Decimal 0 154 231 1 0.33 0 0.09 200 1 0.45
Hex 0 9A E7 64 21 0 9 C8 64 2D
Octal 0 232 347 144 41 0 11 310 144 55
Binary 0 10011010 11100111 1100100 100001 0 1001 11001000 1100100 101101

Color Harmonies of #009AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AE7

Black with #009AE7

Text Example


Text Example

White with #009AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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