Html Css Color HEX #10BCD1 Iris Blue

📋 copy color: '#10BCD1'

red 16 ◦ green 188 ◦ blue 209

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

Shades of Iris Blue #10BCD1

Tints of Iris Blue #10BCD1

RGB

 RED value IS 16 (6.64% from 255) = 3.87%

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 3.87%
G = 45.52%
B = 50.61%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#10BCD1 (or 0x10BCD1) is known color: Iris Blue. HEX triplet: 10, BC and D1. RGB value is (16,188,209). Sum of RGB (Red+Green+Blue) = 16+188+209=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #10BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCD1 is #EF432E. Grayscale: #8A8A8A. Windows color (decimal): -15680303 or 13745168. OLE color: 13745168.

HSL color Cylindrical-coordinate representation of color #10BCD1: hue angle of 186.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCD1 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 188 209 -
CMYK 0.92 0.10 0 0.18
HSL 186.53º 0.86% 0.44% -
HSV(B) 186.53º 0.92% 0.82% -
XYZ 29.71 40.68 66.61 -
YUV 138.97 167.52 40.29 -
System Red Green Blue C M Y K H S L
Decimal 16 188 209 0.92 0.10 0 0.18 186.53 0.86 0.44
Hex 10 BC D1 5C A 0 12 BB 56 2C
Octal 20 274 321 134 12 0 22 273 126 54
Binary 10000 10111100 11010001 1011100 1010 0 10010 10111011 1010110 101100

Color Harmonies of #10BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCD1

Black with #10BCD1

Text Example


Text Example

White with #10BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BCD1; }

 p { color: rgb(16,188,209); }

 H1.HeaderClassName
 {
   color: #10BCD1;
 }
 .AnyTagClassName
 {
   color: #10BCD1;
 }
</style>

background-color css

<style>
 a { background-color: #10BCD1; }

 a { background-color: rgb(16,188,209); }

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

border-color css

<style>
 span { border-color: #10BCD1; }

 span { border-color: rgb(16,188,209); }

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