Html Css Color HEX #189ED5 Pacific Blue

📋 copy color: '#189ED5'

red 24 ◦ green 158 ◦ blue 213

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

Shades of Pacific Blue #189ED5

Tints of Pacific Blue #189ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 6.08%
G = 40%
B = 53.92%

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

#189ED5 (or 0x189ED5) is known color: Pacific Blue. HEX triplet: 18, 9E and D5. RGB value is (24,158,213). Sum of RGB (Red+Green+Blue) = 24+158+213=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #189ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ED5 is #E7612A. Grayscale: #7B7B7B. Windows color (decimal): -15163691 or 13999640. OLE color: 13999640.

HSL color Cylindrical-coordinate representation of color #189ED5: hue angle of 197.46º 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 #189ED5 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 158 213 -
CMYK 0.89 0.26 0 0.16
HSL 197.46º 0.8% 0.46% -
HSV(B) 197.46º 0.89% 0.84% -
XYZ 24.61 29.45 67.34 -
YUV 124.2 178.11 56.53 -
System Red Green Blue C M Y K H S L
Decimal 24 158 213 0.89 0.26 0 0.16 197.46 0.8 0.46
Hex 18 9E D5 59 1A 0 10 C5 50 2E
Octal 30 236 325 131 32 0 20 305 120 56
Binary 11000 10011110 11010101 1011001 11010 0 10000 11000101 1010000 101110

Color Harmonies of #189ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ED5

Black with #189ED5

Text Example


Text Example

White with #189ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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