Html Css Color HEX #089DC9 Pacific Blue

📋 copy color: '#089DC9'

red 8 ◦ green 157 ◦ blue 201

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

Shades of Pacific Blue #089DC9

Tints of Pacific Blue #089DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 201 (78.91% from 255) = 54.92%

R = 2.19%
G = 42.9%
B = 54.92%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#089DC9 (or 0x089DC9) is known color: Pacific Blue. HEX triplet: 08, 9D and C9. RGB value is (8,157,201). Sum of RGB (Red+Green+Blue) = 8+157+201=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #089DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DC9 is #F76236. Grayscale: #757575. Windows color (decimal): -16212535 or 13212936. OLE color: 13212936.

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

Color convert

RGB 8 157 201 -
CMYK 0.96 0.22 0 0.21
HSL 193.68º 0.92% 0.41% -
HSV(B) 193.68º 0.96% 0.79% -
XYZ 22.7 28.38 59.54 -
YUV 117.47 175.14 49.92 -
System Red Green Blue C M Y K H S L
Decimal 8 157 201 0.96 0.22 0 0.21 193.68 0.92 0.41
Hex 8 9D C9 60 16 0 15 C2 5C 29
Octal 10 235 311 140 26 0 25 302 134 51
Binary 1000 10011101 11001001 1100000 10110 0 10101 11000010 1011100 101001

Color Harmonies of #089DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DC9

Black with #089DC9

Text Example


Text Example

White with #089DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,157,201); }

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

background-color css

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

 a { background-color: rgb(8,157,201); }

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

border-color css

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

 span { border-color: rgb(8,157,201); }

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