Html Css Color HEX #189CCF Pacific Blue

📋 copy color: '#189CCF'

red 24 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #189CCF

Tints of Pacific Blue #189CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.31%

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

R = 6.2%
G = 40.31%
B = 53.49%

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

#189CCF (or 0x189CCF) is known color: Pacific Blue. HEX triplet: 18, 9C and CF. RGB value is (24,156,207). Sum of RGB (Red+Green+Blue) = 24+156+207=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #189CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CCF is #E76330. Grayscale: #7A7A7A. Windows color (decimal): -15164209 or 13605912. OLE color: 13605912.

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

Color convert

RGB 24 156 207 -
CMYK 0.88 0.25 0 0.19
HSL 196.72º 0.79% 0.45% -
HSV(B) 196.72º 0.88% 0.81% -
XYZ 23.53 28.48 63.29 -
YUV 122.35 175.77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 24 156 207 0.88 0.25 0 0.19 196.72 0.79 0.45
Hex 18 9C CF 58 19 0 13 C5 4F 2D
Octal 30 234 317 130 31 0 23 305 117 55
Binary 11000 10011100 11001111 1011000 11001 0 10011 11000101 1001111 101101

Color Harmonies of #189CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CCF

Black with #189CCF

Text Example


Text Example

White with #189CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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