Html Css Color HEX #188DBE Pelorous

📋 copy color: '#188DBE'

red 24 ◦ green 141 ◦ blue 190

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

Shades of Pelorous #188DBE

Tints of Pelorous #188DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 6.76%
G = 39.72%
B = 53.52%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#188DBE (or 0x188DBE) is known color: Pelorous. HEX triplet: 18, 8D and BE. RGB value is (24,141,190). Sum of RGB (Red+Green+Blue) = 24+141+190=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #188DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DBE is #E77241. Grayscale: #6F6F6F. Windows color (decimal): -15168066 or 12487960. OLE color: 12487960.

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

Color convert

RGB 24 141 190 -
CMYK 0.87 0.26 0 0.25
HSL 197.71º 0.78% 0.42% -
HSV(B) 197.71º 0.87% 0.75% -
XYZ 19.2 22.96 52.14 -
YUV 111.6 172.24 65.52 -
System Red Green Blue C M Y K H S L
Decimal 24 141 190 0.87 0.26 0 0.25 197.71 0.78 0.42
Hex 18 8D BE 57 1A 0 19 C6 4E 2A
Octal 30 215 276 127 32 0 31 306 116 52
Binary 11000 10001101 10111110 1010111 11010 0 11001 11000110 1001110 101010

Color Harmonies of #188DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DBE

Black with #188DBE

Text Example


Text Example

White with #188DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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