Html Css Color HEX #1BBCD0 Iris Blue

📋 copy color: '#1BBCD0'

red 27 ◦ green 188 ◦ blue 208

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

Shades of Iris Blue #1BBCD0

Tints of Iris Blue #1BBCD0

RGB

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

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

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

R = 6.38%
G = 44.44%
B = 49.17%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1BBCD0 (or 0x1BBCD0) is known color: Iris Blue. HEX triplet: 1B, BC and D0. RGB value is (27,188,208). Sum of RGB (Red+Green+Blue) = 27+188+208=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #1BBCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCD0 is #E4432F. Grayscale: #8D8D8D. Windows color (decimal): -14959408 or 13679643. OLE color: 13679643.

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

Color convert

RGB 27 188 208 -
CMYK 0.87 0.10 0 0.18
HSL 186.63º 0.77% 0.46% -
HSV(B) 186.63º 0.87% 0.82% -
XYZ 29.82 40.75 65.97 -
YUV 142.14 165.16 45.87 -
System Red Green Blue C M Y K H S L
Decimal 27 188 208 0.87 0.10 0 0.18 186.63 0.77 0.46
Hex 1B BC D0 57 A 0 12 BB 4D 2E
Octal 33 274 320 127 12 0 22 273 115 56
Binary 11011 10111100 11010000 1010111 1010 0 10010 10111011 1001101 101110

Color Harmonies of #1BBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCD0

Black with #1BBCD0

Text Example


Text Example

White with #1BBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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