Html Css Color HEX #089EE7 Pacific Blue

📋 copy color: '#089EE7'

red 8 ◦ green 158 ◦ blue 231

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

Shades of Pacific Blue #089EE7

Tints of Pacific Blue #089EE7

RGB

 RED value IS 8 (3.52% from 255) = 2.02%

 GREEN value IS 158 (62.11% from 255) = 39.8%

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

R = 2.02%
G = 39.8%
B = 58.19%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#089EE7 (or 0x089EE7) is known color: Pacific Blue. HEX triplet: 08, 9E and E7. RGB value is (8,158,231). Sum of RGB (Red+Green+Blue) = 8+158+231=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #089EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EE7 is #F76118. Grayscale: #797979. Windows color (decimal): -16212249 or 15179272. OLE color: 15179272.

HSL color Cylindrical-coordinate representation of color #089EE7: hue angle of 199.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EE7 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 158 231 -
CMYK 0.97 0.32 0 0.09
HSL 199.64º 0.93% 0.47% -
HSV(B) 199.64º 0.97% 0.91% -
XYZ 26.75 30.27 80.04 -
YUV 121.47 189.81 47.06 -
System Red Green Blue C M Y K H S L
Decimal 8 158 231 0.97 0.32 0 0.09 199.64 0.93 0.47
Hex 8 9E E7 61 20 0 9 C8 5D 2F
Octal 10 236 347 141 40 0 11 310 135 57
Binary 1000 10011110 11100111 1100001 100000 0 1001 11001000 1011101 101111

Color Harmonies of #089EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EE7

Black with #089EE7

Text Example


Text Example

White with #089EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089EE7; }

 p { color: rgb(8,158,231); }

 H1.HeaderClassName
 {
   color: #089EE7;
 }
 .AnyTagClassName
 {
   color: #089EE7;
 }
</style>

background-color css

<style>
 a { background-color: #089EE7; }

 a { background-color: rgb(8,158,231); }

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

border-color css

<style>
 span { border-color: #089EE7; }

 span { border-color: rgb(8,158,231); }

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