Html Css Color HEX #188BC1 Pelorous

📋 copy color: '#188BC1'

red 24 ◦ green 139 ◦ blue 193

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

Shades of Pelorous #188BC1

Tints of Pelorous #188BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

 BLUE value IS 193 (75.78% from 255) = 54.21%

R = 6.74%
G = 39.04%
B = 54.21%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#188BC1 (or 0x188BC1) is known color: Pelorous. HEX triplet: 18, 8B and C1. RGB value is (24,139,193). Sum of RGB (Red+Green+Blue) = 24+139+193=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #188BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BC1 is #E7743E. Grayscale: #6E6E6E. Windows color (decimal): -15168575 or 12684056. OLE color: 12684056.

HSL color Cylindrical-coordinate representation of color #188BC1: hue angle of 199.17º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188BC1 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 139 193 -
CMYK 0.88 0.28 0 0.24
HSL 199.17º 0.78% 0.43% -
HSV(B) 199.17º 0.88% 0.76% -
XYZ 19.23 22.51 53.78 -
YUV 110.77 174.4 66.11 -
System Red Green Blue C M Y K H S L
Decimal 24 139 193 0.88 0.28 0 0.24 199.17 0.78 0.43
Hex 18 8B C1 58 1C 0 18 C7 4E 2B
Octal 30 213 301 130 34 0 30 307 116 53
Binary 11000 10001011 11000001 1011000 11100 0 11000 11000111 1001110 101011

Color Harmonies of #188BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BC1

Black with #188BC1

Text Example


Text Example

White with #188BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,139,193); }

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

background-color css

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

 a { background-color: rgb(24,139,193); }

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

border-color css

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

 span { border-color: rgb(24,139,193); }

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