Html Css Color HEX #089DC7 Pacific Blue

📋 copy color: '#089DC7'

red 8 ◦ green 157 ◦ blue 199

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

Shades of Pacific Blue #089DC7

Tints of Pacific Blue #089DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.67%

R = 2.2%
G = 43.13%
B = 54.67%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#089DC7 (or 0x089DC7) is known color: Pacific Blue. HEX triplet: 08, 9D and C7. RGB value is (8,157,199). Sum of RGB (Red+Green+Blue) = 8+157+199=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #089DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DC7 is #F76238. Grayscale: #747474. Windows color (decimal): -16212537 or 13081864. OLE color: 13081864.

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

Color convert

RGB 8 157 199 -
CMYK 0.96 0.21 0 0.22
HSL 193.19º 0.92% 0.41% -
HSV(B) 193.19º 0.96% 0.78% -
XYZ 22.47 28.29 58.31 -
YUV 117.24 174.14 50.08 -
System Red Green Blue C M Y K H S L
Decimal 8 157 199 0.96 0.21 0 0.22 193.19 0.92 0.41
Hex 8 9D C7 60 15 0 16 C1 5C 29
Octal 10 235 307 140 25 0 26 301 134 51
Binary 1000 10011101 11000111 1100000 10101 0 10110 11000001 1011100 101001

Color Harmonies of #089DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DC7

Black with #089DC7

Text Example


Text Example

White with #089DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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