Html Css Color HEX #089EE3 Pacific Blue

📋 copy color: '#089EE3'

red 8 ◦ green 158 ◦ blue 227

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

Shades of Pacific Blue #089EE3

Tints of Pacific Blue #089EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 57.76%

R = 2.04%
G = 40.2%
B = 57.76%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#089EE3 (or 0x089EE3) is known color: Pacific Blue. HEX triplet: 08, 9E and E3. RGB value is (8,158,227). Sum of RGB (Red+Green+Blue) = 8+158+227=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #089EE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EE3 is #F7611C. Grayscale: #787878. Windows color (decimal): -16212253 or 14917128. OLE color: 14917128.

HSL color Cylindrical-coordinate representation of color #089EE3: hue angle of 198.9º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EE3 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 158 227 -
CMYK 0.96 0.30 0 0.11
HSL 198.9º 0.93% 0.46% -
HSV(B) 198.9º 0.96% 0.89% -
XYZ 26.19 30.05 77.09 -
YUV 121.02 187.81 47.39 -
System Red Green Blue C M Y K H S L
Decimal 8 158 227 0.96 0.30 0 0.11 198.9 0.93 0.46
Hex 8 9E E3 60 1E 0 B C7 5D 2E
Octal 10 236 343 140 36 0 13 307 135 56
Binary 1000 10011110 11100011 1100000 11110 0 1011 11000111 1011101 101110

Color Harmonies of #089EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EE3

Black with #089EE3

Text Example


Text Example

White with #089EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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