Html Css Color HEX #11BEDA Iris Blue

📋 copy color: '#11BEDA'

red 17 ◦ green 190 ◦ blue 218

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

Shades of Iris Blue #11BEDA

Tints of Iris Blue #11BEDA

RGB

 RED value IS 17 (7.03% from 255) = 4%

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

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

R = 4%
G = 44.71%
B = 51.29%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11BEDA (or 0x11BEDA) is known color: Iris Blue. HEX triplet: 11, BE and DA. RGB value is (17,190,218). Sum of RGB (Red+Green+Blue) = 17+190+218=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #11BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDA is #EE4125. Grayscale: #8D8D8D. Windows color (decimal): -15614246 or 14335505. OLE color: 14335505.

HSL color Cylindrical-coordinate representation of color #11BEDA: hue angle of 188.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BEDA is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 190 218 -
CMYK 0.92 0.13 0 0.15
HSL 188.36º 0.86% 0.46% -
HSV(B) 188.36º 0.92% 0.85% -
XYZ 31.3 42.01 72.79 -
YUV 141.47 171.19 39.22 -
System Red Green Blue C M Y K H S L
Decimal 17 190 218 0.92 0.13 0 0.15 188.36 0.86 0.46
Hex 11 BE DA 5C D 0 F BC 56 2E
Octal 21 276 332 134 15 0 17 274 126 56
Binary 10001 10111110 11011010 1011100 1101 0 1111 10111100 1010110 101110

Color Harmonies of #11BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEDA

Black with #11BEDA

Text Example


Text Example

White with #11BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11BEDA; }

 p { color: rgb(17,190,218); }

 H1.HeaderClassName
 {
   color: #11BEDA;
 }
 .AnyTagClassName
 {
   color: #11BEDA;
 }
</style>

background-color css

<style>
 a { background-color: #11BEDA; }

 a { background-color: rgb(17,190,218); }

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

border-color css

<style>
 span { border-color: #11BEDA; }

 span { border-color: rgb(17,190,218); }

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