Html Css Color HEX #189DDC Pacific Blue

📋 copy color: '#189DDC'

red 24 ◦ green 157 ◦ blue 220

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

Shades of Pacific Blue #189DDC

Tints of Pacific Blue #189DDC

RGB

 RED value IS 24 (9.77% from 255) = 5.99%

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

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

R = 5.99%
G = 39.15%
B = 54.86%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#189DDC (or 0x189DDC) is known color: Pacific Blue. HEX triplet: 18, 9D and DC. RGB value is (24,157,220). Sum of RGB (Red+Green+Blue) = 24+157+220=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #189DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DDC is #E76223. Grayscale: #7C7C7C. Windows color (decimal): -15163940 or 14458136. OLE color: 14458136.

HSL color Cylindrical-coordinate representation of color #189DDC: hue angle of 199.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189DDC is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 157 220 -
CMYK 0.89 0.29 0 0.14
HSL 199.29º 0.8% 0.48% -
HSV(B) 199.29º 0.89% 0.86% -
XYZ 25.35 29.48 72.06 -
YUV 124.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 24 157 220 0.89 0.29 0 0.14 199.29 0.8 0.48
Hex 18 9D DC 59 1D 0 E C7 50 30
Octal 30 235 334 131 35 0 16 307 120 60
Binary 11000 10011101 11011100 1011001 11101 0 1110 11000111 1010000 110000

Color Harmonies of #189DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DDC

Black with #189DDC

Text Example


Text Example

White with #189DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189DDC; }

 p { color: rgb(24,157,220); }

 H1.HeaderClassName
 {
   color: #189DDC;
 }
 .AnyTagClassName
 {
   color: #189DDC;
 }
</style>

background-color css

<style>
 a { background-color: #189DDC; }

 a { background-color: rgb(24,157,220); }

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

border-color css

<style>
 span { border-color: #189DDC; }

 span { border-color: rgb(24,157,220); }

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