Html Css Color HEX #188AB0 Pelorous

📋 copy color: '#188AB0'

red 24 ◦ green 138 ◦ blue 176

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

Shades of Pelorous #188AB0

Tints of Pelorous #188AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

 BLUE value IS 176 (69.14% from 255) = 52.07%

R = 7.1%
G = 40.83%
B = 52.07%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#188AB0 (or 0x188AB0) is known color: Pelorous. HEX triplet: 18, 8A and B0. RGB value is (24,138,176). Sum of RGB (Red+Green+Blue) = 24+138+176=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #188AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AB0 is #E7754F. Grayscale: #6B6B6B. Windows color (decimal): -15168848 or 11569688. OLE color: 11569688.

HSL color Cylindrical-coordinate representation of color #188AB0: hue angle of 195º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188AB0 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 138 176 -
CMYK 0.86 0.22 0 0.31
HSL 195º 0.76% 0.39% -
HSV(B) 195º 0.86% 0.69% -
XYZ 17.3 21.51 44.31 -
YUV 108.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 24 138 176 0.86 0.22 0 0.31 195 0.76 0.39
Hex 18 8A B0 56 16 0 1F C3 4C 27
Octal 30 212 260 126 26 0 37 303 114 47
Binary 11000 10001010 10110000 1010110 10110 0 11111 11000011 1001100 100111

Color Harmonies of #188AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AB0

Black with #188AB0

Text Example


Text Example

White with #188AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,138,176); }

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

background-color css

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

 a { background-color: rgb(24,138,176); }

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

border-color css

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

 span { border-color: rgb(24,138,176); }

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