Html Css Color HEX #10BED5 Iris Blue

📋 copy color: '#10BED5'

red 16 ◦ green 190 ◦ blue 213

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

Shades of Iris Blue #10BED5

Tints of Iris Blue #10BED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 3.82%
G = 45.35%
B = 50.84%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10BED5 (or 0x10BED5) is known color: Iris Blue. HEX triplet: 10, BE and D5. RGB value is (16,190,213). Sum of RGB (Red+Green+Blue) = 16+190+213=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #10BED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BED5 is #EF412A. Grayscale: #8C8C8C. Windows color (decimal): -15679787 or 14007824. OLE color: 14007824.

HSL color Cylindrical-coordinate representation of color #10BED5: hue angle of 187.01º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BED5 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 190 213 -
CMYK 0.92 0.11 0 0.16
HSL 187.01º 0.86% 0.45% -
HSV(B) 187.01º 0.92% 0.84% -
XYZ 30.64 41.74 69.39 -
YUV 140.6 168.85 39.13 -
System Red Green Blue C M Y K H S L
Decimal 16 190 213 0.92 0.11 0 0.16 187.01 0.86 0.45
Hex 10 BE D5 5C B 0 10 BB 56 2D
Octal 20 276 325 134 13 0 20 273 126 55
Binary 10000 10111110 11010101 1011100 1011 0 10000 10111011 1010110 101101

Color Harmonies of #10BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BED5

Black with #10BED5

Text Example


Text Example

White with #10BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,213); }

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

background-color css

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

 a { background-color: rgb(16,190,213); }

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

border-color css

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

 span { border-color: rgb(16,190,213); }

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