Html Css Color HEX #089CDC Pacific Blue

📋 copy color: '#089CDC'

red 8 ◦ green 156 ◦ blue 220

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

Shades of Pacific Blue #089CDC

Tints of Pacific Blue #089CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 2.08%
G = 40.63%
B = 57.29%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089CDC (or 0x089CDC) is known color: Pacific Blue. HEX triplet: 08, 9C and DC. RGB value is (8,156,220). Sum of RGB (Red+Green+Blue) = 8+156+220=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #089CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDC is #F76323. Grayscale: #767676. Windows color (decimal): -16212772 or 14457864. OLE color: 14457864.

HSL color Cylindrical-coordinate representation of color #089CDC: hue angle of 198.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CDC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 156 220 -
CMYK 0.96 0.29 0 0.14
HSL 198.11º 0.93% 0.45% -
HSV(B) 198.11º 0.96% 0.86% -
XYZ 24.91 29 71.99 -
YUV 119.04 184.97 48.8 -
System Red Green Blue C M Y K H S L
Decimal 8 156 220 0.96 0.29 0 0.14 198.11 0.93 0.45
Hex 8 9C DC 60 1D 0 E C6 5D 2D
Octal 10 234 334 140 35 0 16 306 135 55
Binary 1000 10011100 11011100 1100000 11101 0 1110 11000110 1011101 101101

Color Harmonies of #089CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CDC

Black with #089CDC

Text Example


Text Example

White with #089CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,156,220); }

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

background-color css

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

 a { background-color: rgb(8,156,220); }

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

border-color css

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

 span { border-color: rgb(8,156,220); }

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