Html Css Color HEX #189CC8 Pacific Blue

📋 copy color: '#189CC8'

red 24 ◦ green 156 ◦ blue 200

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

Shades of Pacific Blue #189CC8

Tints of Pacific Blue #189CC8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 6.32%
G = 41.05%
B = 52.63%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#189CC8 (or 0x189CC8) is known color: Pacific Blue. HEX triplet: 18, 9C and C8. RGB value is (24,156,200). Sum of RGB (Red+Green+Blue) = 24+156+200=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #189CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CC8 is #E76337. Grayscale: #797979. Windows color (decimal): -15164216 or 13147160. OLE color: 13147160.

HSL color Cylindrical-coordinate representation of color #189CC8: hue angle of 195º degrees, saturation: 0.79, 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 #189CC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 156 200 -
CMYK 0.88 0.22 0 0.22
HSL 195º 0.79% 0.44% -
HSV(B) 195º 0.88% 0.78% -
XYZ 22.69 28.14 58.88 -
YUV 121.55 172.27 58.42 -
System Red Green Blue C M Y K H S L
Decimal 24 156 200 0.88 0.22 0 0.22 195 0.79 0.44
Hex 18 9C C8 58 16 0 16 C3 4F 2C
Octal 30 234 310 130 26 0 26 303 117 54
Binary 11000 10011100 11001000 1011000 10110 0 10110 11000011 1001111 101100

Color Harmonies of #189CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CC8

Black with #189CC8

Text Example


Text Example

White with #189CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,156,200); }

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

background-color css

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

 a { background-color: rgb(24,156,200); }

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

border-color css

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

 span { border-color: rgb(24,156,200); }

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