Html Css Color HEX #1BBCCE Iris Blue

📋 copy color: '#1BBCCE'

red 27 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #1BBCCE

Tints of Iris Blue #1BBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 6.41%
G = 44.66%
B = 48.93%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1BBCCE (or 0x1BBCCE) is known color: Iris Blue. HEX triplet: 1B, BC and CE. RGB value is (27,188,206). Sum of RGB (Red+Green+Blue) = 27+188+206=421 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.41% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCCE is #E44331. Grayscale: #8D8D8D. Windows color (decimal): -14959410 or 13548571. OLE color: 13548571.

HSL color Cylindrical-coordinate representation of color #1BBCCE: hue angle of 186.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBCCE is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 188 206 -
CMYK 0.87 0.09 0 0.19
HSL 186.03º 0.77% 0.46% -
HSV(B) 186.03º 0.87% 0.81% -
XYZ 29.58 40.66 64.68 -
YUV 141.91 164.16 46.04 -
System Red Green Blue C M Y K H S L
Decimal 27 188 206 0.87 0.09 0 0.19 186.03 0.77 0.46
Hex 1B BC CE 57 9 0 13 BA 4D 2E
Octal 33 274 316 127 11 0 23 272 115 56
Binary 11011 10111100 11001110 1010111 1001 0 10011 10111010 1001101 101110

Color Harmonies of #1BBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCCE

Black with #1BBCCE

Text Example


Text Example

White with #1BBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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