Html Css Color HEX #189CBC Pelorous

📋 copy color: '#189CBC'

red 24 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #189CBC

Tints of Pelorous #189CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 6.52%
G = 42.39%
B = 51.09%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#189CBC (or 0x189CBC) is known color: Pelorous. HEX triplet: 18, 9C and BC. RGB value is (24,156,188). Sum of RGB (Red+Green+Blue) = 24+156+188=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #189CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CBC is #E76343. Grayscale: #777777. Windows color (decimal): -15164228 or 12360728. OLE color: 12360728.

HSL color Cylindrical-coordinate representation of color #189CBC: hue angle of 191.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189CBC is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 156 188 -
CMYK 0.87 0.17 0 0.26
HSL 191.71º 0.77% 0.42% -
HSV(B) 191.71º 0.87% 0.74% -
XYZ 21.34 27.6 51.78 -
YUV 120.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 24 156 188 0.87 0.17 0 0.26 191.71 0.77 0.42
Hex 18 9C BC 57 11 0 1A C0 4D 2A
Octal 30 234 274 127 21 0 32 300 115 52
Binary 11000 10011100 10111100 1010111 10001 0 11010 11000000 1001101 101010

Color Harmonies of #189CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CBC

Black with #189CBC

Text Example


Text Example

White with #189CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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