Html Css Color HEX #189CBE Pelorous

📋 copy color: '#189CBE'

red 24 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #189CBE

Tints of Pelorous #189CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 6.49%
G = 42.16%
B = 51.35%

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

#189CBE (or 0x189CBE) is known color: Pelorous. HEX triplet: 18, 9C and BE. RGB value is (24,156,190). Sum of RGB (Red+Green+Blue) = 24+156+190=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #189CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CBE is #E76341. Grayscale: #787878. Windows color (decimal): -15164226 or 12491800. OLE color: 12491800.

HSL color Cylindrical-coordinate representation of color #189CBE: hue angle of 192.29º 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 #189CBE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 156 190 -
CMYK 0.87 0.18 0 0.25
HSL 192.29º 0.78% 0.42% -
HSV(B) 192.29º 0.87% 0.75% -
XYZ 21.56 27.69 52.92 -
YUV 120.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 24 156 190 0.87 0.18 0 0.25 192.29 0.78 0.42
Hex 18 9C BE 57 12 0 19 C0 4E 2A
Octal 30 234 276 127 22 0 31 300 116 52
Binary 11000 10011100 10111110 1010111 10010 0 11001 11000000 1001110 101010

Color Harmonies of #189CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CBE

Black with #189CBE

Text Example


Text Example

White with #189CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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