Html Css Color HEX #1B95AA Pelorous

📋 copy color: '#1B95AA'

red 27 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #1B95AA

Tints of Pelorous #1B95AA

RGB

 RED value IS 27 (10.94% from 255) = 7.8%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 7.8%
G = 43.06%
B = 49.13%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B95AA (or 0x1B95AA) is known color: Pelorous. HEX triplet: 1B, 95 and AA. RGB value is (27,149,170). Sum of RGB (Red+Green+Blue) = 27+149+170=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B95AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B95AA is #E46A55. Grayscale: #727272. Windows color (decimal): -14969430 or 11179291. OLE color: 11179291.

HSL color Cylindrical-coordinate representation of color #1B95AA: hue angle of 188.81º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B95AA is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 149 170 -
CMYK 0.84 0.12 0 0.33
HSL 188.81º 0.73% 0.39% -
HSV(B) 188.81º 0.84% 0.67% -
XYZ 18.46 24.63 41.81 -
YUV 114.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 27 149 170 0.84 0.12 0 0.33 188.81 0.73 0.39
Hex 1B 95 AA 54 C 0 21 BD 49 27
Octal 33 225 252 124 14 0 41 275 111 47
Binary 11011 10010101 10101010 1010100 1100 0 100001 10111101 1001001 100111

Color Harmonies of #1B95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B95AA

Black with #1B95AA

Text Example


Text Example

White with #1B95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,149,170); }

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

background-color css

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

 a { background-color: rgb(27,149,170); }

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

border-color css

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

 span { border-color: rgb(27,149,170); }

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