Html Css Color HEX #188CBA Pelorous

📋 copy color: '#188CBA'

red 24 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #188CBA

Tints of Pelorous #188CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 6.86%
G = 40%
B = 53.14%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#188CBA (or 0x188CBA) is known color: Pelorous. HEX triplet: 18, 8C and BA. RGB value is (24,140,186). Sum of RGB (Red+Green+Blue) = 24+140+186=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #188CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CBA is #E77345. Grayscale: #6E6E6E. Windows color (decimal): -15168326 or 12225560. OLE color: 12225560.

HSL color Cylindrical-coordinate representation of color #188CBA: hue angle of 197.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188CBA is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 140 186 -
CMYK 0.87 0.25 0 0.27
HSL 197.04º 0.77% 0.41% -
HSV(B) 197.04º 0.87% 0.73% -
XYZ 18.62 22.5 49.82 -
YUV 110.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 24 140 186 0.87 0.25 0 0.27 197.04 0.77 0.41
Hex 18 8C BA 57 19 0 1B C5 4D 29
Octal 30 214 272 127 31 0 33 305 115 51
Binary 11000 10001100 10111010 1010111 11001 0 11011 11000101 1001101 101001

Color Harmonies of #188CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CBA

Black with #188CBA

Text Example


Text Example

White with #188CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,186); }

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

background-color css

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

 a { background-color: rgb(24,140,186); }

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

border-color css

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

 span { border-color: rgb(24,140,186); }

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