Html Css Color HEX #089FDD Pacific Blue

📋 copy color: '#089FDD'

red 8 ◦ green 159 ◦ blue 221

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

Shades of Pacific Blue #089FDD

Tints of Pacific Blue #089FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 2.06%
G = 40.98%
B = 56.96%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#089FDD (or 0x089FDD) is known color: Pacific Blue. HEX triplet: 08, 9F and DD. RGB value is (8,159,221). Sum of RGB (Red+Green+Blue) = 8+159+221=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #089FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FDD is #F76022. Grayscale: #787878. Windows color (decimal): -16212003 or 14524168. OLE color: 14524168.

HSL color Cylindrical-coordinate representation of color #089FDD: hue angle of 197.46º 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 #089FDD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 159 221 -
CMYK 0.96 0.28 0 0.13
HSL 197.46º 0.93% 0.45% -
HSV(B) 197.46º 0.96% 0.87% -
XYZ 25.55 30.07 72.86 -
YUV 120.92 184.47 47.46 -
System Red Green Blue C M Y K H S L
Decimal 8 159 221 0.96 0.28 0 0.13 197.46 0.93 0.45
Hex 8 9F DD 60 1C 0 D C5 5D 2D
Octal 10 237 335 140 34 0 15 305 135 55
Binary 1000 10011111 11011101 1100000 11100 0 1101 11000101 1011101 101101

Color Harmonies of #089FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FDD

Black with #089FDD

Text Example


Text Example

White with #089FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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