Html Css Color HEX #189DCD Pacific Blue

📋 copy color: '#189DCD'

red 24 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #189DCD

Tints of Pacific Blue #189DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 6.22%
G = 40.67%
B = 53.11%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#189DCD (or 0x189DCD) is known color: Pacific Blue. HEX triplet: 18, 9D and CD. RGB value is (24,157,205). Sum of RGB (Red+Green+Blue) = 24+157+205=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #189DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DCD is #E76232. Grayscale: #7A7A7A. Windows color (decimal): -15163955 or 13475096. OLE color: 13475096.

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

Color convert

RGB 24 157 205 -
CMYK 0.88 0.23 0 0.20
HSL 195.91º 0.79% 0.45% -
HSV(B) 195.91º 0.88% 0.8% -
XYZ 23.45 28.72 62.06 -
YUV 122.71 174.44 57.6 -
System Red Green Blue C M Y K H S L
Decimal 24 157 205 0.88 0.23 0 0.20 195.91 0.79 0.45
Hex 18 9D CD 58 17 0 14 C4 4F 2D
Octal 30 235 315 130 27 0 24 304 117 55
Binary 11000 10011101 11001101 1011000 10111 0 10100 11000100 1001111 101101

Color Harmonies of #189DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DCD

Black with #189DCD

Text Example


Text Example

White with #189DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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