Html Css Color HEX #189DBB Pelorous

📋 copy color: '#189DBB'

red 24 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #189DBB

Tints of Pelorous #189DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 6.52%
G = 42.66%
B = 50.82%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#189DBB (or 0x189DBB) is known color: Pelorous. HEX triplet: 18, 9D and BB. RGB value is (24,157,187). Sum of RGB (Red+Green+Blue) = 24+157+187=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #189DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DBB is #E76244. Grayscale: #787878. Windows color (decimal): -15163973 or 12295448. OLE color: 12295448.

HSL color Cylindrical-coordinate representation of color #189DBB: hue angle of 191.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189DBB is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 157 187 -
CMYK 0.87 0.16 0 0.27
HSL 191.04º 0.77% 0.41% -
HSV(B) 191.04º 0.87% 0.73% -
XYZ 21.4 27.9 51.27 -
YUV 120.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 24 157 187 0.87 0.16 0 0.27 191.04 0.77 0.41
Hex 18 9D BB 57 10 0 1B BF 4D 29
Octal 30 235 273 127 20 0 33 277 115 51
Binary 11000 10011101 10111011 1010111 10000 0 11011 10111111 1001101 101001

Color Harmonies of #189DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DBB

Black with #189DBB

Text Example


Text Example

White with #189DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,157,187); }

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

background-color css

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

 a { background-color: rgb(24,157,187); }

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

border-color css

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

 span { border-color: rgb(24,157,187); }

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