Html Css Color HEX #10BCDC Iris Blue

📋 copy color: '#10BCDC'

red 16 ◦ green 188 ◦ blue 220

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

Shades of Iris Blue #10BCDC

Tints of Iris Blue #10BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 3.77%
G = 44.34%
B = 51.89%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10BCDC (or 0x10BCDC) is known color: Iris Blue. HEX triplet: 10, BC and DC. RGB value is (16,188,220). Sum of RGB (Red+Green+Blue) = 16+188+220=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #10BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDC is #EF4323. Grayscale: #8B8B8B. Windows color (decimal): -15680292 or 14466064. OLE color: 14466064.

HSL color Cylindrical-coordinate representation of color #10BCDC: hue angle of 189.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCDC is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 188 220 -
CMYK 0.93 0.15 0 0.14
HSL 189.41º 0.86% 0.46% -
HSV(B) 189.41º 0.93% 0.86% -
XYZ 31.12 41.24 74.03 -
YUV 140.22 173.02 39.4 -
System Red Green Blue C M Y K H S L
Decimal 16 188 220 0.93 0.15 0 0.14 189.41 0.86 0.46
Hex 10 BC DC 5D F 0 E BD 56 2E
Octal 20 274 334 135 17 0 16 275 126 56
Binary 10000 10111100 11011100 1011101 1111 0 1110 10111101 1010110 101110

Color Harmonies of #10BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCDC

Black with #10BCDC

Text Example


Text Example

White with #10BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,220); }

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

background-color css

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

 a { background-color: rgb(16,188,220); }

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

border-color css

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

 span { border-color: rgb(16,188,220); }

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