Html Css Color HEX #189DDE Pacific Blue

📋 copy color: '#189DDE'

red 24 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #189DDE

Tints of Pacific Blue #189DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 5.96%
G = 38.96%
B = 55.09%

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

#189DDE (or 0x189DDE) is known color: Pacific Blue. HEX triplet: 18, 9D and DE. RGB value is (24,157,222). Sum of RGB (Red+Green+Blue) = 24+157+222=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #189DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DDE is #E76221. Grayscale: #7C7C7C. Windows color (decimal): -15163938 or 14589208. OLE color: 14589208.

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

Color convert

RGB 24 157 222 -
CMYK 0.89 0.29 0 0.13
HSL 199.7º 0.8% 0.48% -
HSV(B) 199.7º 0.89% 0.87% -
XYZ 25.62 29.58 73.47 -
YUV 124.64 182.94 56.21 -
System Red Green Blue C M Y K H S L
Decimal 24 157 222 0.89 0.29 0 0.13 199.7 0.8 0.48
Hex 18 9D DE 59 1D 0 D C8 50 30
Octal 30 235 336 131 35 0 15 310 120 60
Binary 11000 10011101 11011110 1011001 11101 0 1101 11001000 1010000 110000

Color Harmonies of #189DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DDE

Black with #189DDE

Text Example


Text Example

White with #189DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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