Html Css Color HEX #168ABC Pelorous

📋 copy color: '#168ABC'

red 22 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #168ABC

Tints of Pelorous #168ABC

RGB

 RED value IS 22 (8.98% from 255) = 6.32%

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

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

R = 6.32%
G = 39.66%
B = 54.02%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#168ABC (or 0x168ABC) is known color: Pelorous. HEX triplet: 16, 8A and BC. RGB value is (22,138,188). Sum of RGB (Red+Green+Blue) = 22+138+188=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #168ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ABC is #E97543. Grayscale: #6C6C6C. Windows color (decimal): -15299908 or 12356118. OLE color: 12356118.

HSL color Cylindrical-coordinate representation of color #168ABC: hue angle of 198.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168ABC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 138 188 -
CMYK 0.88 0.27 0 0.26
HSL 198.07º 0.79% 0.41% -
HSV(B) 198.07º 0.88% 0.74% -
XYZ 18.5 21.98 50.84 -
YUV 109.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 22 138 188 0.88 0.27 0 0.26 198.07 0.79 0.41
Hex 16 8A BC 58 1B 0 1A C6 4F 29
Octal 26 212 274 130 33 0 32 306 117 51
Binary 10110 10001010 10111100 1011000 11011 0 11010 11000110 1001111 101001

Color Harmonies of #168ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168ABC

Black with #168ABC

Text Example


Text Example

White with #168ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168ABC; }

 p { color: rgb(22,138,188); }

 H1.HeaderClassName
 {
   color: #168ABC;
 }
 .AnyTagClassName
 {
   color: #168ABC;
 }
</style>

background-color css

<style>
 a { background-color: #168ABC; }

 a { background-color: rgb(22,138,188); }

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

border-color css

<style>
 span { border-color: #168ABC; }

 span { border-color: rgb(22,138,188); }

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