Html Css Color HEX #1BBEDB Iris Blue

📋 copy color: '#1BBEDB'

red 27 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #1BBEDB

Tints of Iris Blue #1BBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 6.19%
G = 43.58%
B = 50.23%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BBEDB (or 0x1BBEDB) is known color: Iris Blue. HEX triplet: 1B, BE and DB. RGB value is (27,190,219). Sum of RGB (Red+Green+Blue) = 27+190+219=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBEDB is #E44124. Grayscale: #909090. Windows color (decimal): -14958885 or 14401051. OLE color: 14401051.

HSL color Cylindrical-coordinate representation of color #1BBEDB: hue angle of 189.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBEDB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 190 219 -
CMYK 0.88 0.13 0 0.14
HSL 189.06º 0.78% 0.48% -
HSV(B) 189.06º 0.88% 0.86% -
XYZ 31.65 42.17 73.49 -
YUV 144.57 170 44.14 -
System Red Green Blue C M Y K H S L
Decimal 27 190 219 0.88 0.13 0 0.14 189.06 0.78 0.48
Hex 1B BE DB 58 D 0 E BD 4E 30
Octal 33 276 333 130 15 0 16 275 116 60
Binary 11011 10111110 11011011 1011000 1101 0 1110 10111101 1001110 110000

Color Harmonies of #1BBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBEDB

Black with #1BBEDB

Text Example


Text Example

White with #1BBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,190,219); }

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

background-color css

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

 a { background-color: rgb(27,190,219); }

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

border-color css

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

 span { border-color: rgb(27,190,219); }

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