Html Css Color HEX #10BADB Iris Blue

📋 copy color: '#10BADB'

red 16 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #10BADB

Tints of Iris Blue #10BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 3.8%
G = 44.18%
B = 52.02%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10BADB (or 0x10BADB) is known color: Iris Blue. HEX triplet: 10, BA and DB. RGB value is (16,186,219). Sum of RGB (Red+Green+Blue) = 16+186+219=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BADB is #EF4524. Grayscale: #8A8A8A. Windows color (decimal): -15680805 or 14400016. OLE color: 14400016.

HSL color Cylindrical-coordinate representation of color #10BADB: hue angle of 189.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BADB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 186 219 -
CMYK 0.93 0.15 0 0.14
HSL 189.75º 0.86% 0.46% -
HSV(B) 189.75º 0.93% 0.86% -
XYZ 30.56 40.34 73.19 -
YUV 138.93 173.18 40.32 -
System Red Green Blue C M Y K H S L
Decimal 16 186 219 0.93 0.15 0 0.14 189.75 0.86 0.46
Hex 10 BA DB 5D F 0 E BE 56 2E
Octal 20 272 333 135 17 0 16 276 126 56
Binary 10000 10111010 11011011 1011101 1111 0 1110 10111110 1010110 101110

Color Harmonies of #10BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BADB

Black with #10BADB

Text Example


Text Example

White with #10BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,219); }

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

background-color css

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

 a { background-color: rgb(16,186,219); }

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

border-color css

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

 span { border-color: rgb(16,186,219); }

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