Html Css Color HEX #089DCD Pacific Blue

📋 copy color: '#089DCD'

red 8 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #089DCD

Tints of Pacific Blue #089DCD

RGB

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

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

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

R = 2.16%
G = 42.43%
B = 55.41%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#089DCD (or 0x089DCD) is known color: Pacific Blue. HEX triplet: 08, 9D and CD. RGB value is (8,157,205). Sum of RGB (Red+Green+Blue) = 8+157+205=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #089DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DCD is #F76232. Grayscale: #757575. Windows color (decimal): -16212531 or 13475080. OLE color: 13475080.

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

Color convert

RGB 8 157 205 -
CMYK 0.96 0.23 0 0.20
HSL 194.62º 0.92% 0.42% -
HSV(B) 194.62º 0.96% 0.8% -
XYZ 23.18 28.57 62.05 -
YUV 117.92 177.14 49.6 -
System Red Green Blue C M Y K H S L
Decimal 8 157 205 0.96 0.23 0 0.20 194.62 0.92 0.42
Hex 8 9D CD 60 17 0 14 C3 5C 2A
Octal 10 235 315 140 27 0 24 303 134 52
Binary 1000 10011101 11001101 1100000 10111 0 10100 11000011 1011100 101010

Color Harmonies of #089DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DCD

Black with #089DCD

Text Example


Text Example

White with #089DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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