Html Css Color HEX #089BCE Pacific Blue

📋 copy color: '#089BCE'

red 8 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #089BCE

Tints of Pacific Blue #089BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 2.17%
G = 42.01%
B = 55.83%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#089BCE (or 0x089BCE) is known color: Pacific Blue. HEX triplet: 08, 9B and CE. RGB value is (8,155,206). Sum of RGB (Red+Green+Blue) = 8+155+206=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #089BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCE is #F76431. Grayscale: #747474. Windows color (decimal): -16213042 or 13540104. OLE color: 13540104.

HSL color Cylindrical-coordinate representation of color #089BCE: hue angle of 195.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BCE is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 155 206 -
CMYK 0.96 0.25 0 0.19
HSL 195.45º 0.93% 0.42% -
HSV(B) 195.45º 0.96% 0.81% -
XYZ 22.96 27.95 62.58 -
YUV 116.86 178.3 50.35 -
System Red Green Blue C M Y K H S L
Decimal 8 155 206 0.96 0.25 0 0.19 195.45 0.93 0.42
Hex 8 9B CE 60 19 0 13 C3 5D 2A
Octal 10 233 316 140 31 0 23 303 135 52
Binary 1000 10011011 11001110 1100000 11001 0 10011 11000011 1011101 101010

Color Harmonies of #089BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BCE

Black with #089BCE

Text Example


Text Example

White with #089BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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