Html Css Color HEX #10BDC1 Iris Blue

📋 copy color: '#10BDC1'

red 16 ◦ green 189 ◦ blue 193

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

Shades of Iris Blue #10BDC1

Tints of Iris Blue #10BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 4.02%
G = 47.49%
B = 48.49%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10BDC1 (or 0x10BDC1) is known color: Iris Blue. HEX triplet: 10, BD and C1. RGB value is (16,189,193). Sum of RGB (Red+Green+Blue) = 16+189+193=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #10BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDC1 is #EF423E. Grayscale: #898989. Windows color (decimal): -15680063 or 12696848. OLE color: 12696848.

HSL color Cylindrical-coordinate representation of color #10BDC1: hue angle of 181.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDC1 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 189 193 -
CMYK 0.92 0.02 0 0.24
HSL 181.36º 0.85% 0.41% -
HSV(B) 181.36º 0.92% 0.76% -
XYZ 28.04 40.36 56.76 -
YUV 137.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 16 189 193 0.92 0.02 0 0.24 181.36 0.85 0.41
Hex 10 BD C1 5C 2 0 18 B5 55 29
Octal 20 275 301 134 2 0 30 265 125 51
Binary 10000 10111101 11000001 1011100 10 0 11000 10110101 1010101 101001

Color Harmonies of #10BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDC1

Black with #10BDC1

Text Example


Text Example

White with #10BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,193); }

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

background-color css

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

 a { background-color: rgb(16,189,193); }

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

border-color css

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

 span { border-color: rgb(16,189,193); }

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