Html Css Color HEX #188DBC Pelorous

📋 copy color: '#188DBC'

red 24 ◦ green 141 ◦ blue 188

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

Shades of Pelorous #188DBC

Tints of Pelorous #188DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

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

R = 6.8%
G = 39.94%
B = 53.26%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#188DBC (or 0x188DBC) is known color: Pelorous. HEX triplet: 18, 8D and BC. RGB value is (24,141,188). Sum of RGB (Red+Green+Blue) = 24+141+188=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #188DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DBC is #E77243. Grayscale: #6F6F6F. Windows color (decimal): -15168068 or 12356888. OLE color: 12356888.

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

Color convert

RGB 24 141 188 -
CMYK 0.87 0.25 0 0.26
HSL 197.2º 0.77% 0.42% -
HSV(B) 197.2º 0.87% 0.74% -
XYZ 18.98 22.87 50.99 -
YUV 111.38 171.24 65.68 -
System Red Green Blue C M Y K H S L
Decimal 24 141 188 0.87 0.25 0 0.26 197.2 0.77 0.42
Hex 18 8D BC 57 19 0 1A C5 4D 2A
Octal 30 215 274 127 31 0 32 305 115 52
Binary 11000 10001101 10111100 1010111 11001 0 11010 11000101 1001101 101010

Color Harmonies of #188DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DBC

Black with #188DBC

Text Example


Text Example

White with #188DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188DBC; }

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

 H1.HeaderClassName
 {
   color: #188DBC;
 }
 .AnyTagClassName
 {
   color: #188DBC;
 }
</style>

background-color css

<style>
 a { background-color: #188DBC; }

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

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

border-color css

<style>
 span { border-color: #188DBC; }

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

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