Html Css Color HEX #089BCC Pacific Blue

📋 copy color: '#089BCC'

red 8 ◦ green 155 ◦ blue 204

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

Shades of Pacific Blue #089BCC

Tints of Pacific Blue #089BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.23%

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

R = 2.18%
G = 42.23%
B = 55.59%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#089BCC (or 0x089BCC) is known color: Pacific Blue. HEX triplet: 08, 9B and CC. RGB value is (8,155,204). Sum of RGB (Red+Green+Blue) = 8+155+204=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #089BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCC is #F76433. Grayscale: #747474. Windows color (decimal): -16213044 or 13409032. OLE color: 13409032.

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

Color convert

RGB 8 155 204 -
CMYK 0.96 0.24 0 0.2
HSL 195º 0.92% 0.42% -
HSV(B) 195º 0.96% 0.8% -
XYZ 22.72 27.85 61.31 -
YUV 116.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 8 155 204 0.96 0.24 0 0.2 195 0.92 0.42
Hex 8 9B CC 60 18 0 14 C3 5C 2A
Octal 10 233 314 140 30 0 24 303 134 52
Binary 1000 10011011 11001100 1100000 11000 0 10100 11000011 1011100 101010

Color Harmonies of #089BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BCC

Black with #089BCC

Text Example


Text Example

White with #089BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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