Html Css Color HEX #189EDD Pacific Blue

📋 copy color: '#189EDD'

red 24 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #189EDD

Tints of Pacific Blue #189EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 5.96%
G = 39.21%
B = 54.84%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#189EDD (or 0x189EDD) is known color: Pacific Blue. HEX triplet: 18, 9E and DD. RGB value is (24,158,221). Sum of RGB (Red+Green+Blue) = 24+158+221=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #189EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EDD is #E76122. Grayscale: #7C7C7C. Windows color (decimal): -15163683 or 14523928. OLE color: 14523928.

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

Color convert

RGB 24 158 221 -
CMYK 0.89 0.29 0 0.13
HSL 199.19º 0.8% 0.48% -
HSV(B) 199.19º 0.89% 0.87% -
XYZ 25.65 29.87 72.82 -
YUV 125.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 24 158 221 0.89 0.29 0 0.13 199.19 0.8 0.48
Hex 18 9E DD 59 1D 0 D C7 50 30
Octal 30 236 335 131 35 0 15 307 120 60
Binary 11000 10011110 11011101 1011001 11101 0 1101 11000111 1010000 110000

Color Harmonies of #189EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EDD

Black with #189EDD

Text Example


Text Example

White with #189EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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