Html Css Color HEX #11B8C3 Iris Blue

📋 copy color: '#11B8C3'

red 17 ◦ green 184 ◦ blue 195

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

Shades of Iris Blue #11B8C3

Tints of Iris Blue #11B8C3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 4.29%
G = 46.46%
B = 49.24%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#11B8C3 (or 0x11B8C3) is known color: Iris Blue. HEX triplet: 11, B8 and C3. RGB value is (17,184,195). Sum of RGB (Red+Green+Blue) = 17+184+195=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #11B8C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8C3 is #EE473C. Grayscale: #878787. Windows color (decimal): -15615805 or 12826641. OLE color: 12826641.

HSL color Cylindrical-coordinate representation of color #11B8C3: hue angle of 183.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B8C3 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 184 195 -
CMYK 0.91 0.06 0 0.24
HSL 183.71º 0.84% 0.42% -
HSV(B) 183.71º 0.91% 0.76% -
XYZ 27.22 38.34 57.6 -
YUV 135.32 161.67 43.61 -
System Red Green Blue C M Y K H S L
Decimal 17 184 195 0.91 0.06 0 0.24 183.71 0.84 0.42
Hex 11 B8 C3 5B 6 0 18 B8 54 2A
Octal 21 270 303 133 6 0 30 270 124 52
Binary 10001 10111000 11000011 1011011 110 0 11000 10111000 1010100 101010

Color Harmonies of #11B8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B8C3

Black with #11B8C3

Text Example


Text Example

White with #11B8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,184,195); }

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

background-color css

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

 a { background-color: rgb(17,184,195); }

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

border-color css

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

 span { border-color: rgb(17,184,195); }

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