Html Css Color HEX #10BDCE Iris Blue

📋 copy color: '#10BDCE'

red 16 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #10BDCE

Tints of Iris Blue #10BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 3.89%
G = 45.99%
B = 50.12%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10BDCE (or 0x10BDCE) is known color: Iris Blue. HEX triplet: 10, BD and CE. RGB value is (16,189,206). Sum of RGB (Red+Green+Blue) = 16+189+206=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #10BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDCE is #EF4231. Grayscale: #8A8A8A. Windows color (decimal): -15680050 or 13548816. OLE color: 13548816.

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

Color convert

RGB 16 189 206 -
CMYK 0.92 0.08 0 0.19
HSL 185.37º 0.86% 0.44% -
HSV(B) 185.37º 0.92% 0.81% -
XYZ 29.55 40.96 64.74 -
YUV 139.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 16 189 206 0.92 0.08 0 0.19 185.37 0.86 0.44
Hex 10 BD CE 5C 8 0 13 B9 56 2C
Octal 20 275 316 134 10 0 23 271 126 54
Binary 10000 10111101 11001110 1011100 1000 0 10011 10111001 1010110 101100

Color Harmonies of #10BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDCE

Black with #10BDCE

Text Example


Text Example

White with #10BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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