Html Css Color HEX #089EDF Pacific Blue

📋 copy color: '#089EDF'

red 8 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #089EDF

Tints of Pacific Blue #089EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 2.06%
G = 40.62%
B = 57.33%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#089EDF (or 0x089EDF) is known color: Pacific Blue. HEX triplet: 08, 9E and DF. RGB value is (8,158,223). Sum of RGB (Red+Green+Blue) = 8+158+223=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #089EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EDF is #F76120. Grayscale: #787878. Windows color (decimal): -16212257 or 14654984. OLE color: 14654984.

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

Color convert

RGB 8 158 223 -
CMYK 0.96 0.29 0 0.13
HSL 198.14º 0.93% 0.45% -
HSV(B) 198.14º 0.96% 0.87% -
XYZ 25.65 29.83 74.22 -
YUV 120.56 185.81 47.71 -
System Red Green Blue C M Y K H S L
Decimal 8 158 223 0.96 0.29 0 0.13 198.14 0.93 0.45
Hex 8 9E DF 60 1D 0 D C6 5D 2D
Octal 10 236 337 140 35 0 15 306 135 55
Binary 1000 10011110 11011111 1100000 11101 0 1101 11000110 1011101 101101

Color Harmonies of #089EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EDF

Black with #089EDF

Text Example


Text Example

White with #089EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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