Html Css Color HEX #189BCF Pacific Blue

📋 copy color: '#189BCF'

red 24 ◦ green 155 ◦ blue 207

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

Shades of Pacific Blue #189BCF

Tints of Pacific Blue #189BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

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

R = 6.22%
G = 40.16%
B = 53.63%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#189BCF (or 0x189BCF) is known color: Pacific Blue. HEX triplet: 18, 9B and CF. RGB value is (24,155,207). Sum of RGB (Red+Green+Blue) = 24+155+207=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #189BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BCF is #E76430. Grayscale: #797979. Windows color (decimal): -15164465 or 13605656. OLE color: 13605656.

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

Color convert

RGB 24 155 207 -
CMYK 0.88 0.25 0 0.19
HSL 197.05º 0.79% 0.45% -
HSV(B) 197.05º 0.88% 0.81% -
XYZ 23.36 28.14 63.23 -
YUV 121.76 176.1 58.27 -
System Red Green Blue C M Y K H S L
Decimal 24 155 207 0.88 0.25 0 0.19 197.05 0.79 0.45
Hex 18 9B CF 58 19 0 13 C5 4F 2D
Octal 30 233 317 130 31 0 23 305 117 55
Binary 11000 10011011 11001111 1011000 11001 0 10011 11000101 1001111 101101

Color Harmonies of #189BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BCF

Black with #189BCF

Text Example


Text Example

White with #189BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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