Html Css Color HEX #1C96AE Pelorous

📋 copy color: '#1C96AE'

red 28 ◦ green 150 ◦ blue 174

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

Shades of Pelorous #1C96AE

Tints of Pelorous #1C96AE

RGB

 RED value IS 28 (11.33% from 255) = 7.95%

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 7.95%
G = 42.61%
B = 49.43%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C96AE (or 0x1C96AE) is known color: Pelorous. HEX triplet: 1C, 96 and AE. RGB value is (28,150,174). Sum of RGB (Red+Green+Blue) = 28+150+174=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C96AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C96AE is #E36951. Grayscale: #747474. Windows color (decimal): -14903634 or 11441692. OLE color: 11441692.

HSL color Cylindrical-coordinate representation of color #1C96AE: hue angle of 189.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C96AE is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 150 174 -
CMYK 0.84 0.14 0 0.32
HSL 189.86º 0.72% 0.4% -
HSV(B) 189.86º 0.84% 0.68% -
XYZ 19.03 25.12 43.89 -
YUV 116.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 28 150 174 0.84 0.14 0 0.32 189.86 0.72 0.4
Hex 1C 96 AE 54 E 0 20 BE 48 28
Octal 34 226 256 124 16 0 40 276 110 50
Binary 11100 10010110 10101110 1010100 1110 0 100000 10111110 1001000 101000

Color Harmonies of #1C96AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C96AE

Black with #1C96AE

Text Example


Text Example

White with #1C96AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C96AE; }

 p { color: rgb(28,150,174); }

 H1.HeaderClassName
 {
   color: #1C96AE;
 }
 .AnyTagClassName
 {
   color: #1C96AE;
 }
</style>

background-color css

<style>
 a { background-color: #1C96AE; }

 a { background-color: rgb(28,150,174); }

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

border-color css

<style>
 span { border-color: #1C96AE; }

 span { border-color: rgb(28,150,174); }

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