Html Css Color HEX #089FC7 Pacific Blue

📋 copy color: '#089FC7'

red 8 ◦ green 159 ◦ blue 199

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

Shades of Pacific Blue #089FC7

Tints of Pacific Blue #089FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.37%

R = 2.19%
G = 43.44%
B = 54.37%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#089FC7 (or 0x089FC7) is known color: Pacific Blue. HEX triplet: 08, 9F and C7. RGB value is (8,159,199). Sum of RGB (Red+Green+Blue) = 8+159+199=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #089FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FC7 is #F76038. Grayscale: #767676. Windows color (decimal): -16212025 or 13082376. OLE color: 13082376.

HSL color Cylindrical-coordinate representation of color #089FC7: hue angle of 192.57º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FC7 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 159 199 -
CMYK 0.96 0.20 0 0.22
HSL 192.57º 0.92% 0.41% -
HSV(B) 192.57º 0.96% 0.78% -
XYZ 22.81 28.97 58.42 -
YUV 118.41 173.47 49.25 -
System Red Green Blue C M Y K H S L
Decimal 8 159 199 0.96 0.20 0 0.22 192.57 0.92 0.41
Hex 8 9F C7 60 14 0 16 C1 5C 29
Octal 10 237 307 140 24 0 26 301 134 51
Binary 1000 10011111 11000111 1100000 10100 0 10110 11000001 1011100 101001

Color Harmonies of #089FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FC7

Black with #089FC7

Text Example


Text Example

White with #089FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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