Html Css Color HEX #11B2DF Iris Blue

📋 copy color: '#11B2DF'

red 17 ◦ green 178 ◦ blue 223

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

Shades of Iris Blue #11B2DF

Tints of Iris Blue #11B2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 4.07%
G = 42.58%
B = 53.35%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11B2DF (or 0x11B2DF) is known color: Iris Blue. HEX triplet: 11, B2 and DF. RGB value is (17,178,223). Sum of RGB (Red+Green+Blue) = 17+178+223=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #11B2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2DF is #EE4D20. Grayscale: #868686. Windows color (decimal): -15617313 or 14660113. OLE color: 14660113.

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

Color convert

RGB 17 178 223 -
CMYK 0.92 0.20 0 0.13
HSL 193.11º 0.86% 0.47% -
HSV(B) 193.11º 0.92% 0.87% -
XYZ 29.47 37.29 75.46 -
YUV 134.99 177.66 43.84 -
System Red Green Blue C M Y K H S L
Decimal 17 178 223 0.92 0.20 0 0.13 193.11 0.86 0.47
Hex 11 B2 DF 5C 14 0 D C1 56 2F
Octal 21 262 337 134 24 0 15 301 126 57
Binary 10001 10110010 11011111 1011100 10100 0 1101 11000001 1010110 101111

Color Harmonies of #11B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B2DF

Black with #11B2DF

Text Example


Text Example

White with #11B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,178,223); }

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

background-color css

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

 a { background-color: rgb(17,178,223); }

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

border-color css

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

 span { border-color: rgb(17,178,223); }

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