Html Css Color HEX #189BDA Pacific Blue

📋 copy color: '#189BDA'

red 24 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #189BDA

Tints of Pacific Blue #189BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 6.05%
G = 39.04%
B = 54.91%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#189BDA (or 0x189BDA) is known color: Pacific Blue. HEX triplet: 18, 9B and DA. RGB value is (24,155,218). Sum of RGB (Red+Green+Blue) = 24+155+218=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #189BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BDA is #E76425. Grayscale: #7A7A7A. Windows color (decimal): -15164454 or 14326552. OLE color: 14326552.

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

Color convert

RGB 24 155 218 -
CMYK 0.89 0.29 0 0.15
HSL 199.48º 0.8% 0.47% -
HSV(B) 199.48º 0.89% 0.85% -
XYZ 24.75 28.7 70.56 -
YUV 123.01 181.6 57.38 -
System Red Green Blue C M Y K H S L
Decimal 24 155 218 0.89 0.29 0 0.15 199.48 0.8 0.47
Hex 18 9B DA 59 1D 0 F C7 50 2F
Octal 30 233 332 131 35 0 17 307 120 57
Binary 11000 10011011 11011010 1011001 11101 0 1111 11000111 1010000 101111

Color Harmonies of #189BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BDA

Black with #189BDA

Text Example


Text Example

White with #189BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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