Html Css Color HEX #189ECC Pacific Blue

📋 copy color: '#189ECC'

red 24 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #189ECC

Tints of Pacific Blue #189ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 6.22%
G = 40.93%
B = 52.85%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#189ECC (or 0x189ECC) is known color: Pacific Blue. HEX triplet: 18, 9E and CC. RGB value is (24,158,204). Sum of RGB (Red+Green+Blue) = 24+158+204=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #189ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ECC is #E76133. Grayscale: #7A7A7A. Windows color (decimal): -15163700 or 13409816. OLE color: 13409816.

HSL color Cylindrical-coordinate representation of color #189ECC: hue angle of 195.33º 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 #189ECC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 158 204 -
CMYK 0.88 0.23 0 0.2
HSL 195.33º 0.79% 0.45% -
HSV(B) 195.33º 0.88% 0.8% -
XYZ 23.5 29.01 61.49 -
YUV 123.18 173.61 57.26 -
System Red Green Blue C M Y K H S L
Decimal 24 158 204 0.88 0.23 0 0.2 195.33 0.79 0.45
Hex 18 9E CC 58 17 0 14 C3 4F 2D
Octal 30 236 314 130 27 0 24 303 117 55
Binary 11000 10011110 11001100 1011000 10111 0 10100 11000011 1001111 101101

Color Harmonies of #189ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ECC

Black with #189ECC

Text Example


Text Example

White with #189ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,158,204); }

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

background-color css

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

 a { background-color: rgb(24,158,204); }

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

border-color css

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

 span { border-color: rgb(24,158,204); }

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