Html Css Color HEX #189CDD Pacific Blue

📋 copy color: '#189CDD'

red 24 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #189CDD

Tints of Pacific Blue #189CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 5.99%
G = 38.9%
B = 55.11%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#189CDD (or 0x189CDD) is known color: Pacific Blue. HEX triplet: 18, 9C and DD. RGB value is (24,156,221). Sum of RGB (Red+Green+Blue) = 24+156+221=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #189CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CDD is #E76322. Grayscale: #7B7B7B. Windows color (decimal): -15164195 or 14523416. OLE color: 14523416.

HSL color Cylindrical-coordinate representation of color #189CDD: hue angle of 199.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189CDD is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 156 221 -
CMYK 0.89 0.29 0 0.13
HSL 199.8º 0.8% 0.48% -
HSV(B) 199.8º 0.89% 0.87% -
XYZ 25.32 29.19 72.71 -
YUV 123.94 182.77 56.71 -
System Red Green Blue C M Y K H S L
Decimal 24 156 221 0.89 0.29 0 0.13 199.8 0.8 0.48
Hex 18 9C DD 59 1D 0 D C8 50 30
Octal 30 234 335 131 35 0 15 310 120 60
Binary 11000 10011100 11011101 1011001 11101 0 1101 11001000 1010000 110000

Color Harmonies of #189CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CDD

Black with #189CDD

Text Example


Text Example

White with #189CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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