Html Css Color HEX #189ECF Pacific Blue

📋 copy color: '#189ECF'

red 24 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #189ECF

Tints of Pacific Blue #189ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 6.17%
G = 40.62%
B = 53.21%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#189ECF (or 0x189ECF) is known color: Pacific Blue. HEX triplet: 18, 9E and CF. RGB value is (24,158,207). Sum of RGB (Red+Green+Blue) = 24+158+207=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #189ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ECF is #E76130. Grayscale: #7B7B7B. Windows color (decimal): -15163697 or 13606424. OLE color: 13606424.

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

Color convert

RGB 24 158 207 -
CMYK 0.88 0.24 0 0.19
HSL 196.07º 0.79% 0.45% -
HSV(B) 196.07º 0.88% 0.81% -
XYZ 23.87 29.15 63.4 -
YUV 123.52 175.11 57.02 -
System Red Green Blue C M Y K H S L
Decimal 24 158 207 0.88 0.24 0 0.19 196.07 0.79 0.45
Hex 18 9E CF 58 18 0 13 C4 4F 2D
Octal 30 236 317 130 30 0 23 304 117 55
Binary 11000 10011110 11001111 1011000 11000 0 10011 11000100 1001111 101101

Color Harmonies of #189ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ECF

Black with #189ECF

Text Example


Text Example

White with #189ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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