Html Css Color HEX #189BA7 Pelorous

📋 copy color: '#189BA7'

red 24 ◦ green 155 ◦ blue 167

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

Shades of Pelorous #189BA7

Tints of Pelorous #189BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.27%

R = 6.94%
G = 44.8%
B = 48.27%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#189BA7 (or 0x189BA7) is known color: Pelorous. HEX triplet: 18, 9B and A7. RGB value is (24,155,167). Sum of RGB (Red+Green+Blue) = 24+155+167=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #189BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BA7 is #E76458. Grayscale: #757575. Windows color (decimal): -15164505 or 10984216. OLE color: 10984216.

HSL color Cylindrical-coordinate representation of color #189BA7: hue angle of 185.03º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189BA7 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 155 167 -
CMYK 0.86 0.07 0 0.35
HSL 185.04º 0.75% 0.37% -
HSV(B) 185.04º 0.86% 0.65% -
XYZ 19.07 26.43 40.65 -
YUV 117.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 24 155 167 0.86 0.07 0 0.35 185.04 0.75 0.37
Hex 18 9B A7 56 7 0 23 B9 4B 25
Octal 30 233 247 126 7 0 43 271 113 45
Binary 11000 10011011 10100111 1010110 111 0 100011 10111001 1001011 100101

Color Harmonies of #189BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BA7

Black with #189BA7

Text Example


Text Example

White with #189BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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