Html Css Color HEX #10BDCD Iris Blue

📋 copy color: '#10BDCD'

red 16 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #10BDCD

Tints of Iris Blue #10BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 3.9%
G = 46.1%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10BDCD (or 0x10BDCD) is known color: Iris Blue. HEX triplet: 10, BD and CD. RGB value is (16,189,205). Sum of RGB (Red+Green+Blue) = 16+189+205=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #10BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDCD is #EF4232. Grayscale: #8A8A8A. Windows color (decimal): -15680051 or 13483280. OLE color: 13483280.

HSL color Cylindrical-coordinate representation of color #10BDCD: hue angle of 185.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDCD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 189 205 -
CMYK 0.92 0.08 0 0.20
HSL 185.08º 0.86% 0.43% -
HSV(B) 185.08º 0.92% 0.8% -
XYZ 29.43 40.91 64.1 -
YUV 139.1 165.19 40.2 -
System Red Green Blue C M Y K H S L
Decimal 16 189 205 0.92 0.08 0 0.20 185.08 0.86 0.43
Hex 10 BD CD 5C 8 0 14 B9 56 2B
Octal 20 275 315 134 10 0 24 271 126 53
Binary 10000 10111101 11001101 1011100 1000 0 10100 10111001 1010110 101011

Color Harmonies of #10BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDCD

Black with #10BDCD

Text Example


Text Example

White with #10BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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