Html Css Color HEX #189BD0 Pacific Blue

📋 copy color: '#189BD0'

red 24 ◦ green 155 ◦ blue 208

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

Shades of Pacific Blue #189BD0

Tints of Pacific Blue #189BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 6.2%
G = 40.05%
B = 53.75%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#189BD0 (or 0x189BD0) is known color: Pacific Blue. HEX triplet: 18, 9B and D0. RGB value is (24,155,208). Sum of RGB (Red+Green+Blue) = 24+155+208=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #189BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BD0 is #E7642F. Grayscale: #797979. Windows color (decimal): -15164464 or 13671192. OLE color: 13671192.

HSL color Cylindrical-coordinate representation of color #189BD0: hue angle of 197.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189BD0 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 155 208 -
CMYK 0.88 0.25 0 0.18
HSL 197.28º 0.79% 0.45% -
HSV(B) 197.28º 0.88% 0.82% -
XYZ 23.48 28.19 63.88 -
YUV 121.87 176.6 58.19 -
System Red Green Blue C M Y K H S L
Decimal 24 155 208 0.88 0.25 0 0.18 197.28 0.79 0.45
Hex 18 9B D0 58 19 0 12 C5 4F 2D
Octal 30 233 320 130 31 0 22 305 117 55
Binary 11000 10011011 11010000 1011000 11001 0 10010 11000101 1001111 101101

Color Harmonies of #189BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BD0

Black with #189BD0

Text Example


Text Example

White with #189BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,155,208); }

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

background-color css

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

 a { background-color: rgb(24,155,208); }

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

border-color css

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

 span { border-color: rgb(24,155,208); }

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