Html Css Color HEX #188DBA Pelorous

📋 copy color: '#188DBA'

red 24 ◦ green 141 ◦ blue 186

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

Shades of Pelorous #188DBA

Tints of Pelorous #188DBA

RGB

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

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

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

R = 6.84%
G = 40.17%
B = 52.99%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#188DBA (or 0x188DBA) is known color: Pelorous. HEX triplet: 18, 8D and BA. RGB value is (24,141,186). Sum of RGB (Red+Green+Blue) = 24+141+186=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #188DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DBA is #E77245. Grayscale: #6E6E6E. Windows color (decimal): -15168070 or 12225816. OLE color: 12225816.

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

Color convert

RGB 24 141 186 -
CMYK 0.87 0.24 0 0.27
HSL 196.67º 0.77% 0.41% -
HSV(B) 196.67º 0.87% 0.73% -
XYZ 18.76 22.79 49.86 -
YUV 111.15 170.24 65.84 -
System Red Green Blue C M Y K H S L
Decimal 24 141 186 0.87 0.24 0 0.27 196.67 0.77 0.41
Hex 18 8D BA 57 18 0 1B C5 4D 29
Octal 30 215 272 127 30 0 33 305 115 51
Binary 11000 10001101 10111010 1010111 11000 0 11011 11000101 1001101 101001

Color Harmonies of #188DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DBA

Black with #188DBA

Text Example


Text Example

White with #188DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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