Html Css Color HEX #189FCE Pacific Blue

📋 copy color: '#189FCE'

red 24 ◦ green 159 ◦ blue 206

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

Shades of Pacific Blue #189FCE

Tints of Pacific Blue #189FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 6.17%
G = 40.87%
B = 52.96%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#189FCE (or 0x189FCE) is known color: Pacific Blue. HEX triplet: 18, 9F and CE. RGB value is (24,159,206). Sum of RGB (Red+Green+Blue) = 24+159+206=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #189FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FCE is #E76031. Grayscale: #7B7B7B. Windows color (decimal): -15163442 or 13541144. OLE color: 13541144.

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

Color convert

RGB 24 159 206 -
CMYK 0.88 0.23 0 0.19
HSL 195.49º 0.79% 0.45% -
HSV(B) 195.49º 0.88% 0.81% -
XYZ 23.92 29.45 62.82 -
YUV 123.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 24 159 206 0.88 0.23 0 0.19 195.49 0.79 0.45
Hex 18 9F CE 58 17 0 13 C3 4F 2D
Octal 30 237 316 130 27 0 23 303 117 55
Binary 11000 10011111 11001110 1011000 10111 0 10011 11000011 1001111 101101

Color Harmonies of #189FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FCE

Black with #189FCE

Text Example


Text Example

White with #189FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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