Html Css Color HEX #10BAD8 Iris Blue

📋 copy color: '#10BAD8'

red 16 ◦ green 186 ◦ blue 216

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

Shades of Iris Blue #10BAD8

Tints of Iris Blue #10BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.67%

R = 3.83%
G = 44.5%
B = 51.67%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10BAD8 (or 0x10BAD8) is known color: Iris Blue. HEX triplet: 10, BA and D8. RGB value is (16,186,216). Sum of RGB (Red+Green+Blue) = 16+186+216=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #10BAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAD8 is #EF4527. Grayscale: #8A8A8A. Windows color (decimal): -15680808 or 14203408. OLE color: 14203408.

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

Color convert

RGB 16 186 216 -
CMYK 0.93 0.14 0 0.15
HSL 189º 0.86% 0.45% -
HSV(B) 189º 0.93% 0.85% -
XYZ 30.17 40.19 71.13 -
YUV 138.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 16 186 216 0.93 0.14 0 0.15 189 0.86 0.45
Hex 10 BA D8 5D E 0 F BD 56 2D
Octal 20 272 330 135 16 0 17 275 126 55
Binary 10000 10111010 11011000 1011101 1110 0 1111 10111101 1010110 101101

Color Harmonies of #10BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAD8

Black with #10BAD8

Text Example


Text Example

White with #10BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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