Html Css Color HEX #189ED7 Pacific Blue

📋 copy color: '#189ED7'

red 24 ◦ green 158 ◦ blue 215

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

Shades of Pacific Blue #189ED7

Tints of Pacific Blue #189ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.16%

R = 6.05%
G = 39.8%
B = 54.16%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#189ED7 (or 0x189ED7) is known color: Pacific Blue. HEX triplet: 18, 9E and D7. RGB value is (24,158,215). Sum of RGB (Red+Green+Blue) = 24+158+215=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #189ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ED7 is #E76128. Grayscale: #7C7C7C. Windows color (decimal): -15163689 or 14130712. OLE color: 14130712.

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

Color convert

RGB 24 158 215 -
CMYK 0.89 0.27 0 0.16
HSL 197.91º 0.8% 0.47% -
HSV(B) 197.91º 0.89% 0.84% -
XYZ 24.87 29.55 68.68 -
YUV 124.43 179.11 56.37 -
System Red Green Blue C M Y K H S L
Decimal 24 158 215 0.89 0.27 0 0.16 197.91 0.8 0.47
Hex 18 9E D7 59 1B 0 10 C6 50 2F
Octal 30 236 327 131 33 0 20 306 120 57
Binary 11000 10011110 11010111 1011001 11011 0 10000 11000110 1010000 101111

Color Harmonies of #189ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ED7

Black with #189ED7

Text Example


Text Example

White with #189ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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