Html Css Color HEX #10BADF Iris Blue

📋 copy color: '#10BADF'

red 16 ◦ green 186 ◦ blue 223

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

Shades of Iris Blue #10BADF

Tints of Iris Blue #10BADF

RGB

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

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

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

R = 3.76%
G = 43.76%
B = 52.47%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10BADF (or 0x10BADF) is known color: Iris Blue. HEX triplet: 10, BA and DF. RGB value is (16,186,223). Sum of RGB (Red+Green+Blue) = 16+186+223=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #10BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BADF is #EF4520. Grayscale: #8B8B8B. Windows color (decimal): -15680801 or 14662160. OLE color: 14662160.

HSL color Cylindrical-coordinate representation of color #10BADF: hue angle of 190.72º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BADF is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 186 223 -
CMYK 0.93 0.17 0 0.13
HSL 190.72º 0.87% 0.47% -
HSV(B) 190.72º 0.93% 0.87% -
XYZ 31.09 40.56 76 -
YUV 139.39 175.18 39.99 -
System Red Green Blue C M Y K H S L
Decimal 16 186 223 0.93 0.17 0 0.13 190.72 0.87 0.47
Hex 10 BA DF 5D 11 0 D BF 57 2F
Octal 20 272 337 135 21 0 15 277 127 57
Binary 10000 10111010 11011111 1011101 10001 0 1101 10111111 1010111 101111

Color Harmonies of #10BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BADF

Black with #10BADF

Text Example


Text Example

White with #10BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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