Html Css Color HEX #1896BB Pelorous

📋 copy color: '#1896BB'

red 24 ◦ green 150 ◦ blue 187

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

Shades of Pelorous #1896BB

Tints of Pelorous #1896BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 6.65%
G = 41.55%
B = 51.8%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1896BB (or 0x1896BB) is known color: Pelorous. HEX triplet: 18, 96 and BB. RGB value is (24,150,187). Sum of RGB (Red+Green+Blue) = 24+150+187=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #1896BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896BB is #E76944. Grayscale: #747474. Windows color (decimal): -15165765 or 12293656. OLE color: 12293656.

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

Color convert

RGB 24 150 187 -
CMYK 0.87 0.20 0 0.27
HSL 193.62º 0.77% 0.41% -
HSV(B) 193.62º 0.87% 0.73% -
XYZ 20.25 25.59 50.89 -
YUV 116.54 167.76 61.99 -
System Red Green Blue C M Y K H S L
Decimal 24 150 187 0.87 0.20 0 0.27 193.62 0.77 0.41
Hex 18 96 BB 57 14 0 1B C2 4D 29
Octal 30 226 273 127 24 0 33 302 115 51
Binary 11000 10010110 10111011 1010111 10100 0 11011 11000010 1001101 101001

Color Harmonies of #1896BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1896BB

Black with #1896BB

Text Example


Text Example

White with #1896BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1896BB; }

 p { color: rgb(24,150,187); }

 H1.HeaderClassName
 {
   color: #1896BB;
 }
 .AnyTagClassName
 {
   color: #1896BB;
 }
</style>

background-color css

<style>
 a { background-color: #1896BB; }

 a { background-color: rgb(24,150,187); }

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

border-color css

<style>
 span { border-color: #1896BB; }

 span { border-color: rgb(24,150,187); }

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