Html Css Color HEX #189FCB Pacific Blue

📋 copy color: '#189FCB'

red 24 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #189FCB

Tints of Pacific Blue #189FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 6.22%
G = 41.19%
B = 52.59%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#189FCB (or 0x189FCB) is known color: Pacific Blue. HEX triplet: 18, 9F and CB. RGB value is (24,159,203). Sum of RGB (Red+Green+Blue) = 24+159+203=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #189FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FCB is #E76034. Grayscale: #7B7B7B. Windows color (decimal): -15163445 or 13344536. OLE color: 13344536.

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

Color convert

RGB 24 159 203 -
CMYK 0.88 0.22 0 0.20
HSL 194.75º 0.79% 0.45% -
HSV(B) 194.75º 0.88% 0.8% -
XYZ 23.55 29.3 60.91 -
YUV 123.65 172.77 56.92 -
System Red Green Blue C M Y K H S L
Decimal 24 159 203 0.88 0.22 0 0.20 194.75 0.79 0.45
Hex 18 9F CB 58 16 0 14 C3 4F 2D
Octal 30 237 313 130 26 0 24 303 117 55
Binary 11000 10011111 11001011 1011000 10110 0 10100 11000011 1001111 101101

Color Harmonies of #189FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FCB

Black with #189FCB

Text Example


Text Example

White with #189FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,159,203); }

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

background-color css

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

 a { background-color: rgb(24,159,203); }

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

border-color css

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

 span { border-color: rgb(24,159,203); }

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