Html Css Color HEX #1BC0DB Iris Blue

📋 copy color: '#1BC0DB'

red 27 ◦ green 192 ◦ blue 219

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

Shades of Iris Blue #1BC0DB

Tints of Iris Blue #1BC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 6.16%
G = 43.84%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BC0DB (or 0x1BC0DB) is known color: Iris Blue. HEX triplet: 1B, C0 and DB. RGB value is (27,192,219). Sum of RGB (Red+Green+Blue) = 27+192+219=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BC0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0DB is #E43F24. Grayscale: #919191. Windows color (decimal): -14958373 or 14401563. OLE color: 14401563.

HSL color Cylindrical-coordinate representation of color #1BC0DB: hue angle of 188.44º 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 #1BC0DB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 192 219 -
CMYK 0.88 0.12 0 0.14
HSL 188.44º 0.78% 0.48% -
HSV(B) 188.44º 0.88% 0.86% -
XYZ 32.09 43.05 73.64 -
YUV 145.74 169.34 43.3 -
System Red Green Blue C M Y K H S L
Decimal 27 192 219 0.88 0.12 0 0.14 188.44 0.78 0.48
Hex 1B C0 DB 58 C 0 E BC 4E 30
Octal 33 300 333 130 14 0 16 274 116 60
Binary 11011 11000000 11011011 1011000 1100 0 1110 10111100 1001110 110000

Color Harmonies of #1BC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC0DB

Black with #1BC0DB

Text Example


Text Example

White with #1BC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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