Html Css Color HEX #089FC0 Pacific Blue

📋 copy color: '#089FC0'

red 8 ◦ green 159 ◦ blue 192

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

Shades of Pacific Blue #089FC0

Tints of Pacific Blue #089FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 2.23%
G = 44.29%
B = 53.48%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#089FC0 (or 0x089FC0) is known color: Pacific Blue. HEX triplet: 08, 9F and C0. RGB value is (8,159,192). Sum of RGB (Red+Green+Blue) = 8+159+192=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #089FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FC0 is #F7603F. Grayscale: #757575. Windows color (decimal): -16212032 or 12623624. OLE color: 12623624.

HSL color Cylindrical-coordinate representation of color #089FC0: hue angle of 190.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FC0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 159 192 -
CMYK 0.96 0.17 0 0.25
HSL 190.76º 0.92% 0.39% -
HSV(B) 190.76º 0.96% 0.75% -
XYZ 22.01 28.65 54.24 -
YUV 117.61 169.97 49.82 -
System Red Green Blue C M Y K H S L
Decimal 8 159 192 0.96 0.17 0 0.25 190.76 0.92 0.39
Hex 8 9F C0 60 11 0 19 BF 5C 27
Octal 10 237 300 140 21 0 31 277 134 47
Binary 1000 10011111 11000000 1100000 10001 0 11001 10111111 1011100 100111

Color Harmonies of #089FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FC0

Black with #089FC0

Text Example


Text Example

White with #089FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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