Html Css Color HEX #189DD5 Pacific Blue

📋 copy color: '#189DD5'

red 24 ◦ green 157 ◦ blue 213

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

Shades of Pacific Blue #189DD5

Tints of Pacific Blue #189DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 6.09%
G = 39.85%
B = 54.06%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#189DD5 (or 0x189DD5) is known color: Pacific Blue. HEX triplet: 18, 9D and D5. RGB value is (24,157,213). Sum of RGB (Red+Green+Blue) = 24+157+213=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #189DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DD5 is #E7622A. Grayscale: #7B7B7B. Windows color (decimal): -15163947 or 13999384. OLE color: 13999384.

HSL color Cylindrical-coordinate representation of color #189DD5: hue angle of 197.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189DD5 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 157 213 -
CMYK 0.89 0.26 0 0.16
HSL 197.78º 0.8% 0.46% -
HSV(B) 197.78º 0.89% 0.84% -
XYZ 24.44 29.11 67.28 -
YUV 123.62 178.44 56.95 -
System Red Green Blue C M Y K H S L
Decimal 24 157 213 0.89 0.26 0 0.16 197.78 0.8 0.46
Hex 18 9D D5 59 1A 0 10 C6 50 2E
Octal 30 235 325 131 32 0 20 306 120 56
Binary 11000 10011101 11010101 1011001 11010 0 10000 11000110 1010000 101110

Color Harmonies of #189DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DD5

Black with #189DD5

Text Example


Text Example

White with #189DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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