Html Css Color HEX #189DC7 Pacific Blue

📋 copy color: '#189DC7'

red 24 ◦ green 157 ◦ blue 199

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

Shades of Pacific Blue #189DC7

Tints of Pacific Blue #189DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.37%

R = 6.32%
G = 41.32%
B = 52.37%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#189DC7 (or 0x189DC7) is known color: Pacific Blue. HEX triplet: 18, 9D and C7. RGB value is (24,157,199). Sum of RGB (Red+Green+Blue) = 24+157+199=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #189DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DC7 is #E76238. Grayscale: #797979. Windows color (decimal): -15163961 or 13081880. OLE color: 13081880.

HSL color Cylindrical-coordinate representation of color #189DC7: hue angle of 194.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189DC7 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 157 199 -
CMYK 0.88 0.21 0 0.22
HSL 194.4º 0.78% 0.44% -
HSV(B) 194.4º 0.88% 0.78% -
XYZ 22.74 28.43 58.32 -
YUV 122.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 24 157 199 0.88 0.21 0 0.22 194.4 0.78 0.44
Hex 18 9D C7 58 15 0 16 C2 4E 2C
Octal 30 235 307 130 25 0 26 302 116 54
Binary 11000 10011101 11000111 1011000 10101 0 10110 11000010 1001110 101100

Color Harmonies of #189DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DC7

Black with #189DC7

Text Example


Text Example

White with #189DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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