Html Css Color HEX #089BE0 Pacific Blue

📋 copy color: '#089BE0'

red 8 ◦ green 155 ◦ blue 224

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

Shades of Pacific Blue #089BE0

Tints of Pacific Blue #089BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 2.07%
G = 40.05%
B = 57.88%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#089BE0 (or 0x089BE0) is known color: Pacific Blue. HEX triplet: 08, 9B and E0. RGB value is (8,155,224). Sum of RGB (Red+Green+Blue) = 8+155+224=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #089BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BE0 is #F7641F. Grayscale: #767676. Windows color (decimal): -16213024 or 14719752. OLE color: 14719752.

HSL color Cylindrical-coordinate representation of color #089BE0: hue angle of 199.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BE0 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 155 224 -
CMYK 0.96 0.31 0 0.12
HSL 199.17º 0.93% 0.45% -
HSV(B) 199.17º 0.96% 0.88% -
XYZ 25.28 28.88 74.76 -
YUV 118.91 187.3 48.89 -
System Red Green Blue C M Y K H S L
Decimal 8 155 224 0.96 0.31 0 0.12 199.17 0.93 0.45
Hex 8 9B E0 60 1F 0 C C7 5D 2D
Octal 10 233 340 140 37 0 14 307 135 55
Binary 1000 10011011 11100000 1100000 11111 0 1100 11000111 1011101 101101

Color Harmonies of #089BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BE0

Black with #089BE0

Text Example


Text Example

White with #089BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,224); }

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

background-color css

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

 a { background-color: rgb(8,155,224); }

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

border-color css

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

 span { border-color: rgb(8,155,224); }

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