Html Css Color HEX #188DC6 Pelorous

📋 copy color: '#188DC6'

red 24 ◦ green 141 ◦ blue 198

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

Shades of Pelorous #188DC6

Tints of Pelorous #188DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 6.61%
G = 38.84%
B = 54.55%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#188DC6 (or 0x188DC6) is known color: Pelorous. HEX triplet: 18, 8D and C6. RGB value is (24,141,198). Sum of RGB (Red+Green+Blue) = 24+141+198=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #188DC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DC6 is #E77239. Grayscale: #707070. Windows color (decimal): -15168058 or 13012248. OLE color: 13012248.

HSL color Cylindrical-coordinate representation of color #188DC6: hue angle of 199.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188DC6 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 141 198 -
CMYK 0.88 0.29 0 0.22
HSL 199.66º 0.78% 0.44% -
HSV(B) 199.66º 0.88% 0.78% -
XYZ 20.09 23.32 56.87 -
YUV 112.52 176.24 64.87 -
System Red Green Blue C M Y K H S L
Decimal 24 141 198 0.88 0.29 0 0.22 199.66 0.78 0.44
Hex 18 8D C6 58 1D 0 16 C8 4E 2C
Octal 30 215 306 130 35 0 26 310 116 54
Binary 11000 10001101 11000110 1011000 11101 0 10110 11001000 1001110 101100

Color Harmonies of #188DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DC6

Black with #188DC6

Text Example


Text Example

White with #188DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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