Html Css Color HEX #089BCD Pacific Blue

📋 copy color: '#089BCD'

red 8 ◦ green 155 ◦ blue 205

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

Shades of Pacific Blue #089BCD

Tints of Pacific Blue #089BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 2.17%
G = 42.12%
B = 55.71%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#089BCD (or 0x089BCD) is known color: Pacific Blue. HEX triplet: 08, 9B and CD. RGB value is (8,155,205). Sum of RGB (Red+Green+Blue) = 8+155+205=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #089BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCD is #F76432. Grayscale: #747474. Windows color (decimal): -16213043 or 13474568. OLE color: 13474568.

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

Color convert

RGB 8 155 205 -
CMYK 0.96 0.24 0 0.20
HSL 195.23º 0.92% 0.42% -
HSV(B) 195.23º 0.96% 0.8% -
XYZ 22.84 27.9 61.94 -
YUV 116.75 177.8 50.43 -
System Red Green Blue C M Y K H S L
Decimal 8 155 205 0.96 0.24 0 0.20 195.23 0.92 0.42
Hex 8 9B CD 60 18 0 14 C3 5C 2A
Octal 10 233 315 140 30 0 24 303 134 52
Binary 1000 10011011 11001101 1100000 11000 0 10100 11000011 1011100 101010

Color Harmonies of #089BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BCD

Black with #089BCD

Text Example


Text Example

White with #089BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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