Html Css Color HEX #189CBF Pelorous

📋 copy color: '#189CBF'

red 24 ◦ green 156 ◦ blue 191

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

Shades of Pelorous #189CBF

Tints of Pelorous #189CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.48%

R = 6.47%
G = 42.05%
B = 51.48%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#189CBF (or 0x189CBF) is known color: Pelorous. HEX triplet: 18, 9C and BF. RGB value is (24,156,191). Sum of RGB (Red+Green+Blue) = 24+156+191=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #189CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CBF is #E76340. Grayscale: #787878. Windows color (decimal): -15164225 or 12557336. OLE color: 12557336.

HSL color Cylindrical-coordinate representation of color #189CBF: hue angle of 192.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189CBF is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 156 191 -
CMYK 0.87 0.18 0 0.25
HSL 192.57º 0.78% 0.42% -
HSV(B) 192.57º 0.87% 0.75% -
XYZ 21.67 27.73 53.5 -
YUV 120.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 24 156 191 0.87 0.18 0 0.25 192.57 0.78 0.42
Hex 18 9C BF 57 12 0 19 C1 4E 2A
Octal 30 234 277 127 22 0 31 301 116 52
Binary 11000 10011100 10111111 1010111 10010 0 11001 11000001 1001110 101010

Color Harmonies of #189CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CBF

Black with #189CBF

Text Example


Text Example

White with #189CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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