Html Css Color HEX #1BBCDA Iris Blue

📋 copy color: '#1BBCDA'

red 27 ◦ green 188 ◦ blue 218

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

Shades of Iris Blue #1BBCDA

Tints of Iris Blue #1BBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 6.24%
G = 43.42%
B = 50.35%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1BBCDA (or 0x1BBCDA) is known color: Iris Blue. HEX triplet: 1B, BC and DA. RGB value is (27,188,218). Sum of RGB (Red+Green+Blue) = 27+188+218=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCDA is #E44325. Grayscale: #8E8E8E. Windows color (decimal): -14959398 or 14335003. OLE color: 14335003.

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

Color convert

RGB 27 188 218 -
CMYK 0.88 0.14 0 0.15
HSL 189.42º 0.78% 0.48% -
HSV(B) 189.42º 0.88% 0.85% -
XYZ 31.09 41.26 72.66 -
YUV 143.28 170.16 45.06 -
System Red Green Blue C M Y K H S L
Decimal 27 188 218 0.88 0.14 0 0.15 189.42 0.78 0.48
Hex 1B BC DA 58 E 0 F BD 4E 30
Octal 33 274 332 130 16 0 17 275 116 60
Binary 11011 10111100 11011010 1011000 1110 0 1111 10111101 1001110 110000

Color Harmonies of #1BBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCDA

Black with #1BBCDA

Text Example


Text Example

White with #1BBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,188,218); }

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

background-color css

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

 a { background-color: rgb(27,188,218); }

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

border-color css

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

 span { border-color: rgb(27,188,218); }

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