Html Css Color HEX #089FD0 Pacific Blue

📋 copy color: '#089FD0'

red 8 ◦ green 159 ◦ blue 208

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

Shades of Pacific Blue #089FD0

Tints of Pacific Blue #089FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 2.13%
G = 42.4%
B = 55.47%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#089FD0 (or 0x089FD0) is known color: Pacific Blue. HEX triplet: 08, 9F and D0. RGB value is (8,159,208). Sum of RGB (Red+Green+Blue) = 8+159+208=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #089FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FD0 is #F7602F. Grayscale: #777777. Windows color (decimal): -16212016 or 13672200. OLE color: 13672200.

HSL color Cylindrical-coordinate representation of color #089FD0: hue angle of 194.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FD0 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 159 208 -
CMYK 0.96 0.24 0 0.18
HSL 194.7º 0.93% 0.42% -
HSV(B) 194.7º 0.96% 0.82% -
XYZ 23.88 29.4 64.09 -
YUV 119.44 177.97 48.52 -
System Red Green Blue C M Y K H S L
Decimal 8 159 208 0.96 0.24 0 0.18 194.7 0.93 0.42
Hex 8 9F D0 60 18 0 12 C3 5D 2A
Octal 10 237 320 140 30 0 22 303 135 52
Binary 1000 10011111 11010000 1100000 11000 0 10010 11000011 1011101 101010

Color Harmonies of #089FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FD0

Black with #089FD0

Text Example


Text Example

White with #089FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,159,208); }

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

background-color css

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

 a { background-color: rgb(8,159,208); }

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

border-color css

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

 span { border-color: rgb(8,159,208); }

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