Html Css Color HEX #1BACD0 Iris Blue

📋 copy color: '#1BACD0'

red 27 ◦ green 172 ◦ blue 208

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

Shades of Iris Blue #1BACD0

Tints of Iris Blue #1BACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 6.63%
G = 42.26%
B = 51.11%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1BACD0 (or 0x1BACD0) is known color: Iris Blue. HEX triplet: 1B, AC and D0. RGB value is (27,172,208). Sum of RGB (Red+Green+Blue) = 27+172+208=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACD0 is #E4532F. Grayscale: #848484. Windows color (decimal): -14963504 or 13675547. OLE color: 13675547.

HSL color Cylindrical-coordinate representation of color #1BACD0: hue angle of 191.93º 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 #1BACD0 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 172 208 -
CMYK 0.87 0.17 0 0.18
HSL 191.93º 0.77% 0.46% -
HSV(B) 191.93º 0.87% 0.82% -
XYZ 26.59 34.29 64.89 -
YUV 132.75 170.46 52.57 -
System Red Green Blue C M Y K H S L
Decimal 27 172 208 0.87 0.17 0 0.18 191.93 0.77 0.46
Hex 1B AC D0 57 11 0 12 C0 4D 2E
Octal 33 254 320 127 21 0 22 300 115 56
Binary 11011 10101100 11010000 1010111 10001 0 10010 11000000 1001101 101110

Color Harmonies of #1BACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BACD0

Black with #1BACD0

Text Example


Text Example

White with #1BACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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