Html Css Color HEX #188BBC Pelorous

📋 copy color: '#188BBC'

red 24 ◦ green 139 ◦ blue 188

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

Shades of Pelorous #188BBC

Tints of Pelorous #188BBC

RGB

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

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

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

R = 6.84%
G = 39.6%
B = 53.56%

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

#188BBC (or 0x188BBC) is known color: Pelorous. HEX triplet: 18, 8B and BC. RGB value is (24,139,188). Sum of RGB (Red+Green+Blue) = 24+139+188=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #188BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BBC is #E77443. Grayscale: #6D6D6D. Windows color (decimal): -15168580 or 12356376. OLE color: 12356376.

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

Color convert

RGB 24 139 188 -
CMYK 0.87 0.26 0 0.26
HSL 197.93º 0.77% 0.42% -
HSV(B) 197.93º 0.87% 0.74% -
XYZ 18.69 22.29 50.89 -
YUV 110.2 171.9 66.52 -
System Red Green Blue C M Y K H S L
Decimal 24 139 188 0.87 0.26 0 0.26 197.93 0.77 0.42
Hex 18 8B BC 57 1A 0 1A C6 4D 2A
Octal 30 213 274 127 32 0 32 306 115 52
Binary 11000 10001011 10111100 1010111 11010 0 11010 11000110 1001101 101010

Color Harmonies of #188BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BBC

Black with #188BBC

Text Example


Text Example

White with #188BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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