Html Css Color HEX #1BABD0 Iris Blue

📋 copy color: '#1BABD0'

red 27 ◦ green 171 ◦ blue 208

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

Shades of Iris Blue #1BABD0

Tints of Iris Blue #1BABD0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 6.65%
G = 42.12%
B = 51.23%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1BABD0 (or 0x1BABD0) is known color: Iris Blue. HEX triplet: 1B, AB and D0. RGB value is (27,171,208). Sum of RGB (Red+Green+Blue) = 27+171+208=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BABD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABD0 is #E4542F. Grayscale: #838383. Windows color (decimal): -14963760 or 13675291. OLE color: 13675291.

HSL color Cylindrical-coordinate representation of color #1BABD0: hue angle of 192.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BABD0 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 171 208 -
CMYK 0.87 0.18 0 0.18
HSL 192.27º 0.77% 0.46% -
HSV(B) 192.27º 0.87% 0.82% -
XYZ 26.4 33.91 64.83 -
YUV 132.16 170.79 52.99 -
System Red Green Blue C M Y K H S L
Decimal 27 171 208 0.87 0.18 0 0.18 192.27 0.77 0.46
Hex 1B AB D0 57 12 0 12 C0 4D 2E
Octal 33 253 320 127 22 0 22 300 115 56
Binary 11011 10101011 11010000 1010111 10010 0 10010 11000000 1001101 101110

Color Harmonies of #1BABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BABD0

Black with #1BABD0

Text Example


Text Example

White with #1BABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,171,208); }

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

background-color css

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

 a { background-color: rgb(27,171,208); }

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

border-color css

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

 span { border-color: rgb(27,171,208); }

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