Html Css Color HEX #188BC6 Pelorous

📋 copy color: '#188BC6'

red 24 ◦ green 139 ◦ blue 198

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

Shades of Pelorous #188BC6

Tints of Pelorous #188BC6

RGB

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

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

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

R = 6.65%
G = 38.5%
B = 54.85%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#188BC6 (or 0x188BC6) is known color: Pelorous. HEX triplet: 18, 8B and C6. RGB value is (24,139,198). Sum of RGB (Red+Green+Blue) = 24+139+198=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #188BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BC6 is #E77439. Grayscale: #6E6E6E. Windows color (decimal): -15168570 or 13011736. OLE color: 13011736.

HSL color Cylindrical-coordinate representation of color #188BC6: hue angle of 200.34º 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 #188BC6 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 139 198 -
CMYK 0.88 0.30 0 0.22
HSL 200.34º 0.78% 0.44% -
HSV(B) 200.34º 0.88% 0.78% -
XYZ 19.8 22.74 56.77 -
YUV 111.34 176.9 65.7 -
System Red Green Blue C M Y K H S L
Decimal 24 139 198 0.88 0.30 0 0.22 200.34 0.78 0.44
Hex 18 8B C6 58 1E 0 16 C8 4E 2C
Octal 30 213 306 130 36 0 26 310 116 54
Binary 11000 10001011 11000110 1011000 11110 0 10110 11001000 1001110 101100

Color Harmonies of #188BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BC6

Black with #188BC6

Text Example


Text Example

White with #188BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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