Html Css Color HEX #188BBA Pelorous

📋 copy color: '#188BBA'

red 24 ◦ green 139 ◦ blue 186

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

Shades of Pelorous #188BBA

Tints of Pelorous #188BBA

RGB

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

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

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

R = 6.88%
G = 39.83%
B = 53.3%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#188BBA (or 0x188BBA) is known color: Pelorous. HEX triplet: 18, 8B and BA. RGB value is (24,139,186). Sum of RGB (Red+Green+Blue) = 24+139+186=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #188BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BBA is #E77445. Grayscale: #6D6D6D. Windows color (decimal): -15168582 or 12225304. OLE color: 12225304.

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

Color convert

RGB 24 139 186 -
CMYK 0.87 0.25 0 0.27
HSL 197.41º 0.77% 0.41% -
HSV(B) 197.41º 0.87% 0.73% -
XYZ 18.47 22.2 49.77 -
YUV 109.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 24 139 186 0.87 0.25 0 0.27 197.41 0.77 0.41
Hex 18 8B BA 57 19 0 1B C5 4D 29
Octal 30 213 272 127 31 0 33 305 115 51
Binary 11000 10001011 10111010 1010111 11001 0 11011 11000101 1001101 101001

Color Harmonies of #188BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BBA

Black with #188BBA

Text Example


Text Example

White with #188BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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