Html Css Color HEX #1BBDD0 Iris Blue

📋 copy color: '#1BBDD0'

red 27 ◦ green 189 ◦ blue 208

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

Shades of Iris Blue #1BBDD0

Tints of Iris Blue #1BBDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

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

R = 6.37%
G = 44.58%
B = 49.06%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1BBDD0 (or 0x1BBDD0) is known color: Iris Blue. HEX triplet: 1B, BD and D0. RGB value is (27,189,208). Sum of RGB (Red+Green+Blue) = 27+189+208=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BBDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDD0 is #E4422F. Grayscale: #8E8E8E. Windows color (decimal): -14959152 or 13679899. OLE color: 13679899.

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

Color convert

RGB 27 189 208 -
CMYK 0.87 0.09 0 0.18
HSL 186.3º 0.77% 0.46% -
HSV(B) 186.3º 0.87% 0.82% -
XYZ 30.03 41.18 66.04 -
YUV 142.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 27 189 208 0.87 0.09 0 0.18 186.3 0.77 0.46
Hex 1B BD D0 57 9 0 12 BA 4D 2E
Octal 33 275 320 127 11 0 22 272 115 56
Binary 11011 10111101 11010000 1010111 1001 0 10010 10111010 1001101 101110

Color Harmonies of #1BBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBDD0

Black with #1BBDD0

Text Example


Text Example

White with #1BBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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