Html Css Color HEX #089DC0 Pacific Blue

📋 copy color: '#089DC0'

red 8 ◦ green 157 ◦ blue 192

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

Shades of Pacific Blue #089DC0

Tints of Pacific Blue #089DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 2.24%
G = 43.98%
B = 53.78%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#089DC0 (or 0x089DC0) is known color: Pacific Blue. HEX triplet: 08, 9D and C0. RGB value is (8,157,192). Sum of RGB (Red+Green+Blue) = 8+157+192=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #089DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DC0 is #F7623F. Grayscale: #747474. Windows color (decimal): -16212544 or 12623112. OLE color: 12623112.

HSL color Cylindrical-coordinate representation of color #089DC0: hue angle of 191.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DC0 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 157 192 -
CMYK 0.96 0.18 0 0.25
HSL 191.41º 0.92% 0.39% -
HSV(B) 191.41º 0.96% 0.75% -
XYZ 21.67 27.97 54.13 -
YUV 116.44 170.64 50.65 -
System Red Green Blue C M Y K H S L
Decimal 8 157 192 0.96 0.18 0 0.25 191.41 0.92 0.39
Hex 8 9D C0 60 12 0 19 BF 5C 27
Octal 10 235 300 140 22 0 31 277 134 47
Binary 1000 10011101 11000000 1100000 10010 0 11001 10111111 1011100 100111

Color Harmonies of #089DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DC0

Black with #089DC0

Text Example


Text Example

White with #089DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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