Html Css Color HEX #188CBC Pelorous

📋 copy color: '#188CBC'

red 24 ◦ green 140 ◦ blue 188

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

Shades of Pelorous #188CBC

Tints of Pelorous #188CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 6.82%
G = 39.77%
B = 53.41%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#188CBC (or 0x188CBC) is known color: Pelorous. HEX triplet: 18, 8C and BC. RGB value is (24,140,188). Sum of RGB (Red+Green+Blue) = 24+140+188=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #188CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CBC is #E77343. Grayscale: #6E6E6E. Windows color (decimal): -15168324 or 12356632. OLE color: 12356632.

HSL color Cylindrical-coordinate representation of color #188CBC: hue angle of 197.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188CBC is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 140 188 -
CMYK 0.87 0.26 0 0.26
HSL 197.56º 0.77% 0.42% -
HSV(B) 197.56º 0.87% 0.74% -
XYZ 18.83 22.58 50.94 -
YUV 110.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 24 140 188 0.87 0.26 0 0.26 197.56 0.77 0.42
Hex 18 8C BC 57 1A 0 1A C6 4D 2A
Octal 30 214 274 127 32 0 32 306 115 52
Binary 11000 10001100 10111100 1010111 11010 0 11010 11000110 1001101 101010

Color Harmonies of #188CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CBC

Black with #188CBC

Text Example


Text Example

White with #188CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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