Html Css Color HEX #089FCC Pacific Blue

📋 copy color: '#089FCC'

red 8 ◦ green 159 ◦ blue 204

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

Shades of Pacific Blue #089FCC

Tints of Pacific Blue #089FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 2.16%
G = 42.86%
B = 54.99%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#089FCC (or 0x089FCC) is known color: Pacific Blue. HEX triplet: 08, 9F and CC. RGB value is (8,159,204). Sum of RGB (Red+Green+Blue) = 8+159+204=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #089FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FCC is #F76033. Grayscale: #767676. Windows color (decimal): -16212020 or 13410056. OLE color: 13410056.

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

Color convert

RGB 8 159 204 -
CMYK 0.96 0.22 0 0.2
HSL 193.78º 0.92% 0.42% -
HSV(B) 193.78º 0.96% 0.8% -
XYZ 23.4 29.21 61.53 -
YUV 118.98 175.97 48.84 -
System Red Green Blue C M Y K H S L
Decimal 8 159 204 0.96 0.22 0 0.2 193.78 0.92 0.42
Hex 8 9F CC 60 16 0 14 C2 5C 2A
Octal 10 237 314 140 26 0 24 302 134 52
Binary 1000 10011111 11001100 1100000 10110 0 10100 11000010 1011100 101010

Color Harmonies of #089FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FCC

Black with #089FCC

Text Example


Text Example

White with #089FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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